Shades of Deep Sky Blue #09BFF8
Tints of Deep Sky Blue #09BFF8
RGB
CMYK
RGB Variations
Color information
#09BFF8 (or 0x09BFF8) is known color: Deep Sky Blue. HEX triplet: 09, BF and F8. RGB value is (9,191,248). Sum of RGB (Red+Green+Blue) = 9+191+248=448 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.01% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #09BFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BFF8 is #F64007. Grayscale: #8E8E8E. Windows color (decimal): -16138248 or 16301833. OLE color: 16301833.
HSL color Cylindrical-coordinate representation of color #09BFF8: hue angle of 194.31º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BFF8 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 191 | 248 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.03 |
| HSL | 194.31º | 0.94% | 0.5% | - |
| HSV(B) | 194.31º | 0.96% | 0.97% | - |
| XYZ | 35.69 | 44.1 | 95.44 | - |
| YUV | 143.08 | 187.2 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 248 | 0.96 | 0.23 | 0 | 0.03 | 194.31 | 0.94 | 0.5 |
| Hex | 9 | BF | F8 | 60 | 17 | 0 | 3 | C2 | 5E | 32 |
| Octal | 11 | 277 | 370 | 140 | 27 | 0 | 3 | 302 | 136 | 62 |
| Binary | 1001 | 10111111 | 11111000 | 1100000 | 10111 | 0 | 11 | 11000010 | 1011110 | 110010 |
Color Harmonies of #09BFF8
Complementary color
Monochromatic Colors of #09BFF8
Black with #09BFF8
Text Example
Text Example
White with #09BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BFF8; }
p { color: rgb(9,191,248); }
H1.HeaderClassName
{
color: #09BFF8;
}
.AnyTagClassName
{
color: #09BFF8;
}
</style>
background-color css
<style>
a { background-color: #09BFF8; }
a { background-color: rgb(9,191,248); }
div.DivClassName
{
background-color: #09BFF8;
}
.BgClassName
{
background-color: #09BFF8;
}
</style>
border-color css
<style>
span { border-color: #09BFF8; }
span { border-color: rgb(9,191,248); }
td.TdClassName
{
border-color: #09BFF8;
}
.TagClassName
{
border-color: #09BFF8;
}
</style>