Shades of Deep Sky Blue #02B5FD
Tints of Deep Sky Blue #02B5FD
RGB
CMYK
RGB Variations
Color information
#02B5FD (or 0x02B5FD) is known color: Deep Sky Blue. HEX triplet: 02, B5 and FD. RGB value is (2,181,253). Sum of RGB (Red+Green+Blue) = 2+181+253=436 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #02B5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02B5FD is #FD4A02. Grayscale: #878787. Windows color (decimal): -16599555 or 16626946. OLE color: 16626946.
HSL color Cylindrical-coordinate representation of color #02B5FD: hue angle of 197.21º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B5FD is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 2 | 181 | 253 | - |
CMYK | 0.99 | 0.28 | 0 | 0.01 |
HSL | 197.21º | 0.98% | 0.5% | - |
HSV(B) | 197.21º | 0.99% | 0.99% | - |
XYZ | 34.28 | 40.15 | 98.87 | - |
YUV | 135.69 | 194.2 | 32.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 181 | 253 | 0.99 | 0.28 | 0 | 0.01 | 197.21 | 0.98 | 0.5 |
Hex | 2 | B5 | FD | 63 | 1C | 0 | 1 | C5 | 62 | 32 |
Octal | 2 | 265 | 375 | 143 | 34 | 0 | 1 | 305 | 142 | 62 |
Binary | 10 | 10110101 | 11111101 | 1100011 | 11100 | 0 | 1 | 11000101 | 1100010 | 110010 |
Color Harmonies of #02B5FD
Complementary color
Monochromatic Colors of #02B5FD
Black with #02B5FD
Text Example
Text Example
White with #02B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B5FD; }
p { color: rgb(2,181,253); }
H1.HeaderClassName
{
color: #02B5FD;
}
.AnyTagClassName
{
color: #02B5FD;
}
</style>
background-color css
<style>
a { background-color: #02B5FD; }
a { background-color: rgb(2,181,253); }
div.DivClassName
{
background-color: #02B5FD;
}
.BgClassName
{
background-color: #02B5FD;
}
</style>
border-color css
<style>
span { border-color: #02B5FD; }
span { border-color: rgb(2,181,253); }
td.TdClassName
{
border-color: #02B5FD;
}
.TagClassName
{
border-color: #02B5FD;
}
</style>