Shades of Deep Sky Blue #02B5F0
Tints of Deep Sky Blue #02B5F0
RGB
CMYK
RGB Variations
Color information
#02B5F0 (or 0x02B5F0) is known color: Deep Sky Blue. HEX triplet: 02, B5 and F0. RGB value is (2,181,240). Sum of RGB (Red+Green+Blue) = 2+181+240=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #02B5F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02B5F0 is #FD4A0F. Grayscale: #858585. Windows color (decimal): -16599568 or 15774978. OLE color: 15774978.
HSL color Cylindrical-coordinate representation of color #02B5F0: hue angle of 194.87º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B5F0 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 181 | 240 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.06 |
| HSL | 194.87º | 0.98% | 0.47% | - |
| HSV(B) | 194.87º | 0.99% | 0.94% | - |
| XYZ | 32.28 | 39.35 | 88.33 | - |
| YUV | 134.21 | 187.7 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 181 | 240 | 0.99 | 0.25 | 0 | 0.06 | 194.87 | 0.98 | 0.47 |
| Hex | 2 | B5 | F0 | 63 | 19 | 0 | 6 | C3 | 62 | 2F |
| Octal | 2 | 265 | 360 | 143 | 31 | 0 | 6 | 303 | 142 | 57 |
| Binary | 10 | 10110101 | 11110000 | 1100011 | 11001 | 0 | 110 | 11000011 | 1100010 | 101111 |
Color Harmonies of #02B5F0
Complementary color
Monochromatic Colors of #02B5F0
Black with #02B5F0
Text Example
Text Example
White with #02B5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B5F0; }
p { color: rgb(2,181,240); }
H1.HeaderClassName
{
color: #02B5F0;
}
.AnyTagClassName
{
color: #02B5F0;
}
</style>
background-color css
<style>
a { background-color: #02B5F0; }
a { background-color: rgb(2,181,240); }
div.DivClassName
{
background-color: #02B5F0;
}
.BgClassName
{
background-color: #02B5F0;
}
</style>
border-color css
<style>
span { border-color: #02B5F0; }
span { border-color: rgb(2,181,240); }
td.TdClassName
{
border-color: #02B5F0;
}
.TagClassName
{
border-color: #02B5F0;
}
</style>