Shades of Deep Sky Blue #09BFF2
Tints of Deep Sky Blue #09BFF2
RGB
CMYK
RGB Variations
Color information
#09BFF2 (or 0x09BFF2) is known color: Deep Sky Blue. HEX triplet: 09, BF and F2. RGB value is (9,191,242). Sum of RGB (Red+Green+Blue) = 9+191+242=442 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 242 (94.92% from 255 or 54.75% from 442); Max value from RGB is 242 - color contains mainly: blue. Hex color #09BFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BFF2 is #F6400D. Grayscale: #8E8E8E. Windows color (decimal): -16138254 or 15908617. OLE color: 15908617.
HSL color Cylindrical-coordinate representation of color #09BFF2: hue angle of 193.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BFF2 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 191 | 242 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.05 |
| HSL | 193.13º | 0.93% | 0.49% | - |
| HSV(B) | 193.13º | 0.96% | 0.95% | - |
| XYZ | 34.77 | 43.73 | 90.61 | - |
| YUV | 142.4 | 184.2 | 32.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 242 | 0.96 | 0.21 | 0 | 0.05 | 193.13 | 0.93 | 0.49 |
| Hex | 9 | BF | F2 | 60 | 15 | 0 | 5 | C1 | 5D | 31 |
| Octal | 11 | 277 | 362 | 140 | 25 | 0 | 5 | 301 | 135 | 61 |
| Binary | 1001 | 10111111 | 11110010 | 1100000 | 10101 | 0 | 101 | 11000001 | 1011101 | 110001 |
Color Harmonies of #09BFF2
Complementary color
Monochromatic Colors of #09BFF2
Black with #09BFF2
Text Example
Text Example
White with #09BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BFF2; }
p { color: rgb(9,191,242); }
H1.HeaderClassName
{
color: #09BFF2;
}
.AnyTagClassName
{
color: #09BFF2;
}
</style>
background-color css
<style>
a { background-color: #09BFF2; }
a { background-color: rgb(9,191,242); }
div.DivClassName
{
background-color: #09BFF2;
}
.BgClassName
{
background-color: #09BFF2;
}
</style>
border-color css
<style>
span { border-color: #09BFF2; }
span { border-color: rgb(9,191,242); }
td.TdClassName
{
border-color: #09BFF2;
}
.TagClassName
{
border-color: #09BFF2;
}
</style>