Shades of Deep Sky Blue #02CFF8
Tints of Deep Sky Blue #02CFF8
RGB
CMYK
RGB Variations
Color information
#02CFF8 (or 0x02CFF8) is known color: Deep Sky Blue. HEX triplet: 02, CF and F8. RGB value is (2,207,248). Sum of RGB (Red+Green+Blue) = 2+207+248=457 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #02CFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CFF8 is #FD3007. Grayscale: #969696. Windows color (decimal): -16592904 or 16305922. OLE color: 16305922.
HSL color Cylindrical-coordinate representation of color #02CFF8: hue angle of 190º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CFF8 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 207 | 248 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.03 |
| HSL | 190º | 0.98% | 0.49% | - |
| HSV(B) | 190º | 0.99% | 0.97% | - |
| XYZ | 39.28 | 51.42 | 96.66 | - |
| YUV | 150.38 | 183.08 | 22.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 248 | 0.99 | 0.17 | 0 | 0.03 | 190 | 0.98 | 0.49 |
| Hex | 2 | CF | F8 | 63 | 11 | 0 | 3 | BE | 62 | 31 |
| Octal | 2 | 317 | 370 | 143 | 21 | 0 | 3 | 276 | 142 | 61 |
| Binary | 10 | 11001111 | 11111000 | 1100011 | 10001 | 0 | 11 | 10111110 | 1100010 | 110001 |
Color Harmonies of #02CFF8
Complementary color
Monochromatic Colors of #02CFF8
Black with #02CFF8
Text Example
Text Example
White with #02CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFF8; }
p { color: rgb(2,207,248); }
H1.HeaderClassName
{
color: #02CFF8;
}
.AnyTagClassName
{
color: #02CFF8;
}
</style>
background-color css
<style>
a { background-color: #02CFF8; }
a { background-color: rgb(2,207,248); }
div.DivClassName
{
background-color: #02CFF8;
}
.BgClassName
{
background-color: #02CFF8;
}
</style>
border-color css
<style>
span { border-color: #02CFF8; }
span { border-color: rgb(2,207,248); }
td.TdClassName
{
border-color: #02CFF8;
}
.TagClassName
{
border-color: #02CFF8;
}
</style>