Shades of Deep Sky Blue #0CAFE5
Tints of Deep Sky Blue #0CAFE5
RGB
CMYK
RGB Variations
Color information
#0CAFE5 (or 0x0CAFE5) is known color: Deep Sky Blue. HEX triplet: 0C, AF and E5. RGB value is (12,175,229). Sum of RGB (Red+Green+Blue) = 12+175+229=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #0CAFE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFE5 is #F3501A. Grayscale: #848484. Windows color (decimal): -15945755 or 15052556. OLE color: 15052556.
HSL color Cylindrical-coordinate representation of color #0CAFE5: hue angle of 194.93º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAFE5 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 175 | 229 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.10 |
| HSL | 194.93º | 0.9% | 0.47% | - |
| HSV(B) | 194.93º | 0.95% | 0.9% | - |
| XYZ | 29.62 | 36.4 | 79.59 | - |
| YUV | 132.42 | 182.5 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 229 | 0.95 | 0.24 | 0 | 0.10 | 194.93 | 0.9 | 0.47 |
| Hex | C | AF | E5 | 5F | 18 | 0 | A | C3 | 5A | 2F |
| Octal | 14 | 257 | 345 | 137 | 30 | 0 | 12 | 303 | 132 | 57 |
| Binary | 1100 | 10101111 | 11100101 | 1011111 | 11000 | 0 | 1010 | 11000011 | 1011010 | 101111 |
Color Harmonies of #0CAFE5
Complementary color
Monochromatic Colors of #0CAFE5
Black with #0CAFE5
Text Example
Text Example
White with #0CAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFE5; }
p { color: rgb(12,175,229); }
H1.HeaderClassName
{
color: #0CAFE5;
}
.AnyTagClassName
{
color: #0CAFE5;
}
</style>
background-color css
<style>
a { background-color: #0CAFE5; }
a { background-color: rgb(12,175,229); }
div.DivClassName
{
background-color: #0CAFE5;
}
.BgClassName
{
background-color: #0CAFE5;
}
</style>
border-color css
<style>
span { border-color: #0CAFE5; }
span { border-color: rgb(12,175,229); }
td.TdClassName
{
border-color: #0CAFE5;
}
.TagClassName
{
border-color: #0CAFE5;
}
</style>