Shades of Deep Sky Blue #0CDAFF
Tints of Deep Sky Blue #0CDAFF
RGB
CMYK
RGB Variations
Color information
#0CDAFF (or 0x0CDAFF) is known color: Deep Sky Blue. HEX triplet: 0C, DA and FF. RGB value is (12,218,255). Sum of RGB (Red+Green+Blue) = 12+218+255=485 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.47% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CDAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDAFF is #F32500. Grayscale: #A0A0A0. Windows color (decimal): -15934721 or 16767500. OLE color: 16767500.
HSL color Cylindrical-coordinate representation of color #0CDAFF: hue angle of 189.14º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDAFF is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 218 | 255 | - |
| CMYK | 0.95 | 0.15 | 0 | 0 |
| HSL | 189.14º | 1% | 0.52% | - |
| HSV(B) | 189.14º | 0.95% | 1% | - |
| XYZ | 43.27 | 57.44 | 103.41 | - |
| YUV | 160.62 | 181.25 | 21.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 255 | 0.95 | 0.15 | 0 | 0 | 189.14 | 1 | 0.52 |
| Hex | C | DA | FF | 5F | F | 0 | 0 | BD | 64 | 34 |
| Octal | 14 | 332 | 377 | 137 | 17 | 0 | 0 | 275 | 144 | 64 |
| Binary | 1100 | 11011010 | 11111111 | 1011111 | 1111 | 0 | 0 | 10111101 | 1100100 | 110100 |
Color Harmonies of #0CDAFF
Complementary color
Monochromatic Colors of #0CDAFF
Black with #0CDAFF
Text Example
Text Example
White with #0CDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDAFF; }
p { color: rgb(12,218,255); }
H1.HeaderClassName
{
color: #0CDAFF;
}
.AnyTagClassName
{
color: #0CDAFF;
}
</style>
background-color css
<style>
a { background-color: #0CDAFF; }
a { background-color: rgb(12,218,255); }
div.DivClassName
{
background-color: #0CDAFF;
}
.BgClassName
{
background-color: #0CDAFF;
}
</style>
border-color css
<style>
span { border-color: #0CDAFF; }
span { border-color: rgb(12,218,255); }
td.TdClassName
{
border-color: #0CDAFF;
}
.TagClassName
{
border-color: #0CDAFF;
}
</style>