Shades of Deep Sky Blue #09CAFB
Tints of Deep Sky Blue #09CAFB
RGB
CMYK
RGB Variations
Color information
#09CAFB (or 0x09CAFB) is known color: Deep Sky Blue. HEX triplet: 09, CA and FB. RGB value is (9,202,251). Sum of RGB (Red+Green+Blue) = 9+202+251=462 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #09CAFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CAFB is #F63504. Grayscale: #959595. Windows color (decimal): -16135429 or 16501257. OLE color: 16501257.
HSL color Cylindrical-coordinate representation of color #09CAFB: hue angle of 192.15º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CAFB is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 202 | 251 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.02 |
| HSL | 192.15º | 0.97% | 0.51% | - |
| HSV(B) | 192.15º | 0.96% | 0.98% | - |
| XYZ | 38.65 | 49.26 | 98.74 | - |
| YUV | 149.88 | 185.06 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 251 | 0.96 | 0.20 | 0 | 0.02 | 192.15 | 0.97 | 0.51 |
| Hex | 9 | CA | FB | 60 | 14 | 0 | 2 | C0 | 61 | 33 |
| Octal | 11 | 312 | 373 | 140 | 24 | 0 | 2 | 300 | 141 | 63 |
| Binary | 1001 | 11001010 | 11111011 | 1100000 | 10100 | 0 | 10 | 11000000 | 1100001 | 110011 |
Color Harmonies of #09CAFB
Complementary color
Monochromatic Colors of #09CAFB
Black with #09CAFB
Text Example
Text Example
White with #09CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CAFB; }
p { color: rgb(9,202,251); }
H1.HeaderClassName
{
color: #09CAFB;
}
.AnyTagClassName
{
color: #09CAFB;
}
</style>
background-color css
<style>
a { background-color: #09CAFB; }
a { background-color: rgb(9,202,251); }
div.DivClassName
{
background-color: #09CAFB;
}
.BgClassName
{
background-color: #09CAFB;
}
</style>
border-color css
<style>
span { border-color: #09CAFB; }
span { border-color: rgb(9,202,251); }
td.TdClassName
{
border-color: #09CAFB;
}
.TagClassName
{
border-color: #09CAFB;
}
</style>