Shades of Deep Sky Blue #09BEFA
Tints of Deep Sky Blue #09BEFA
RGB
CMYK
RGB Variations
Color information
#09BEFA (or 0x09BEFA) is known color: Deep Sky Blue. HEX triplet: 09, BE and FA. RGB value is (9,190,250). Sum of RGB (Red+Green+Blue) = 9+190+250=449 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #09BEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BEFA is #F64105. Grayscale: #8E8E8E. Windows color (decimal): -16138502 or 16432649. OLE color: 16432649.
HSL color Cylindrical-coordinate representation of color #09BEFA: hue angle of 194.94º degrees, saturation: 0.96, 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 #09BEFA is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 190 | 250 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.02 |
| HSL | 194.94º | 0.96% | 0.51% | - |
| HSV(B) | 194.94º | 0.96% | 0.98% | - |
| XYZ | 35.78 | 43.79 | 97.01 | - |
| YUV | 142.72 | 188.53 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 250 | 0.96 | 0.24 | 0 | 0.02 | 194.94 | 0.96 | 0.51 |
| Hex | 9 | BE | FA | 60 | 18 | 0 | 2 | C3 | 60 | 33 |
| Octal | 11 | 276 | 372 | 140 | 30 | 0 | 2 | 303 | 140 | 63 |
| Binary | 1001 | 10111110 | 11111010 | 1100000 | 11000 | 0 | 10 | 11000011 | 1100000 | 110011 |
Color Harmonies of #09BEFA
Complementary color
Monochromatic Colors of #09BEFA
Black with #09BEFA
Text Example
Text Example
White with #09BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BEFA; }
p { color: rgb(9,190,250); }
H1.HeaderClassName
{
color: #09BEFA;
}
.AnyTagClassName
{
color: #09BEFA;
}
</style>
background-color css
<style>
a { background-color: #09BEFA; }
a { background-color: rgb(9,190,250); }
div.DivClassName
{
background-color: #09BEFA;
}
.BgClassName
{
background-color: #09BEFA;
}
</style>
border-color css
<style>
span { border-color: #09BEFA; }
span { border-color: rgb(9,190,250); }
td.TdClassName
{
border-color: #09BEFA;
}
.TagClassName
{
border-color: #09BEFA;
}
</style>