Shades of Deep Sky Blue #00B4FA
Tints of Deep Sky Blue #00B4FA
RGB
CMYK
RGB Variations
Color information
#00B4FA (or 0x00B4FA) is known color: Deep Sky Blue. HEX triplet: 00, B4 and FA. RGB value is (0,180,250). Sum of RGB (Red+Green+Blue) = 0+180+250=430 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #00B4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B4FA is #FF4B05. Grayscale: #858585. Windows color (decimal): -16730886 or 16430080. OLE color: 16430080.
HSL color Cylindrical-coordinate representation of color #00B4FA: hue angle of 196.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B4FA is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 180 | 250 | - |
| CMYK | 1 | 0.28 | 0 | 0.02 |
| HSL | 196.8º | 1% | 0.49% | - |
| HSV(B) | 196.8º | 1% | 0.98% | - |
| XYZ | 33.58 | 39.54 | 96.31 | - |
| YUV | 134.16 | 193.37 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 250 | 1 | 0.28 | 0 | 0.02 | 196.8 | 1 | 0.49 |
| Hex | 0 | B4 | FA | 64 | 1C | 0 | 2 | C5 | 64 | 31 |
| Octal | 0 | 264 | 372 | 144 | 34 | 0 | 2 | 305 | 144 | 61 |
| Binary | 0 | 10110100 | 11111010 | 1100100 | 11100 | 0 | 10 | 11000101 | 1100100 | 110001 |
Color Harmonies of #00B4FA
Complementary color
Monochromatic Colors of #00B4FA
Black with #00B4FA
Text Example
Text Example
White with #00B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B4FA; }
p { color: rgb(0,180,250); }
H1.HeaderClassName
{
color: #00B4FA;
}
.AnyTagClassName
{
color: #00B4FA;
}
</style>
background-color css
<style>
a { background-color: #00B4FA; }
a { background-color: rgb(0,180,250); }
div.DivClassName
{
background-color: #00B4FA;
}
.BgClassName
{
background-color: #00B4FA;
}
</style>
border-color css
<style>
span { border-color: #00B4FA; }
span { border-color: rgb(0,180,250); }
td.TdClassName
{
border-color: #00B4FA;
}
.TagClassName
{
border-color: #00B4FA;
}
</style>