Shades of Deep Sky Blue #08BDF4
Tints of Deep Sky Blue #08BDF4
RGB
CMYK
RGB Variations
Color information
#08BDF4 (or 0x08BDF4) is known color: Deep Sky Blue. HEX triplet: 08, BD and F4. RGB value is (8,189,244). Sum of RGB (Red+Green+Blue) = 8+189+244=441 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #08BDF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BDF4 is #F7420B. Grayscale: #8C8C8C. Windows color (decimal): -16204300 or 16039176. OLE color: 16039176.
HSL color Cylindrical-coordinate representation of color #08BDF4: hue angle of 193.98º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BDF4 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 189 | 244 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.04 |
| HSL | 193.98º | 0.94% | 0.49% | - |
| HSV(B) | 193.98º | 0.97% | 0.96% | - |
| XYZ | 34.63 | 42.98 | 92.06 | - |
| YUV | 141.15 | 186.03 | 33.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 244 | 0.97 | 0.23 | 0 | 0.04 | 193.98 | 0.94 | 0.49 |
| Hex | 8 | BD | F4 | 61 | 17 | 0 | 4 | C2 | 5E | 31 |
| Octal | 10 | 275 | 364 | 141 | 27 | 0 | 4 | 302 | 136 | 61 |
| Binary | 1000 | 10111101 | 11110100 | 1100001 | 10111 | 0 | 100 | 11000010 | 1011110 | 110001 |
Color Harmonies of #08BDF4
Complementary color
Monochromatic Colors of #08BDF4
Black with #08BDF4
Text Example
Text Example
White with #08BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BDF4; }
p { color: rgb(8,189,244); }
H1.HeaderClassName
{
color: #08BDF4;
}
.AnyTagClassName
{
color: #08BDF4;
}
</style>
background-color css
<style>
a { background-color: #08BDF4; }
a { background-color: rgb(8,189,244); }
div.DivClassName
{
background-color: #08BDF4;
}
.BgClassName
{
background-color: #08BDF4;
}
</style>
border-color css
<style>
span { border-color: #08BDF4; }
span { border-color: rgb(8,189,244); }
td.TdClassName
{
border-color: #08BDF4;
}
.TagClassName
{
border-color: #08BDF4;
}
</style>