Shades of Deep Sky Blue #00B5F2
Tints of Deep Sky Blue #00B5F2
RGB
CMYK
RGB Variations
Color information
#00B5F2 (or 0x00B5F2) is known color: Deep Sky Blue. HEX triplet: 00, B5 and F2. RGB value is (0,181,242). Sum of RGB (Red+Green+Blue) = 0+181+242=423 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #00B5F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B5F2 is #FF4A0D. Grayscale: #858585. Windows color (decimal): -16730638 or 15906048. OLE color: 15906048.
HSL color Cylindrical-coordinate representation of color #00B5F2: hue angle of 195.12º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B5F2 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 181 | 242 | - |
| CMYK | 1 | 0.25 | 0 | 0.05 |
| HSL | 195.12º | 1% | 0.47% | - |
| HSV(B) | 195.12º | 1% | 0.95% | - |
| XYZ | 32.55 | 39.46 | 89.91 | - |
| YUV | 133.84 | 189.03 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 242 | 1 | 0.25 | 0 | 0.05 | 195.12 | 1 | 0.47 |
| Hex | 0 | B5 | F2 | 64 | 19 | 0 | 5 | C3 | 64 | 2F |
| Octal | 0 | 265 | 362 | 144 | 31 | 0 | 5 | 303 | 144 | 57 |
| Binary | 0 | 10110101 | 11110010 | 1100100 | 11001 | 0 | 101 | 11000011 | 1100100 | 101111 |
Color Harmonies of #00B5F2
Complementary color
Monochromatic Colors of #00B5F2
Black with #00B5F2
Text Example
Text Example
White with #00B5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B5F2; }
p { color: rgb(0,181,242); }
H1.HeaderClassName
{
color: #00B5F2;
}
.AnyTagClassName
{
color: #00B5F2;
}
</style>
background-color css
<style>
a { background-color: #00B5F2; }
a { background-color: rgb(0,181,242); }
div.DivClassName
{
background-color: #00B5F2;
}
.BgClassName
{
background-color: #00B5F2;
}
</style>
border-color css
<style>
span { border-color: #00B5F2; }
span { border-color: rgb(0,181,242); }
td.TdClassName
{
border-color: #00B5F2;
}
.TagClassName
{
border-color: #00B5F2;
}
</style>