Shades of Onahau #B9ECFC
Tints of Onahau #B9ECFC
RGB
CMYK
RGB Variations
Color information
#B9ECFC (or 0xB9ECFC) is known color: Onahau. HEX triplet: B9, EC and FC. RGB value is (185,236,252). Sum of RGB (Red+Green+Blue) = 185+236+252=673 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.49% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECFC is #461303. Grayscale: #DEDEDE. Windows color (decimal): -4592388 or 16575673. OLE color: 16575673.
HSL color Cylindrical-coordinate representation of color #B9ECFC: hue angle of 194.33º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9ECFC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 236 | 252 | - |
CMYK | 0.27 | 0.06 | 0 | 0.01 |
HSL | 194.33º | 0.92% | 0.86% | - |
HSV(B) | 194.33º | 0.27% | 0.99% | - |
XYZ | 67.57 | 77.33 | 103.46 | - |
YUV | 222.58 | 144.6 | 101.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 236 | 252 | 0.27 | 0.06 | 0 | 0.01 | 194.33 | 0.92 | 0.86 |
Hex | B9 | EC | FC | 1B | 6 | 0 | 1 | C2 | 5C | 56 |
Octal | 271 | 354 | 374 | 33 | 6 | 0 | 1 | 302 | 134 | 126 |
Binary | 10111001 | 11101100 | 11111100 | 11011 | 110 | 0 | 1 | 11000010 | 1011100 | 1010110 |
Color Harmonies of #B9ECFC
Complementary color
Monochromatic Colors of #B9ECFC
Black with #B9ECFC
Text Example
Text Example
White with #B9ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECFC; }
p { color: rgb(185,236,252); }
H1.HeaderClassName
{
color: #B9ECFC;
}
.AnyTagClassName
{
color: #B9ECFC;
}
</style>
background-color css
<style>
a { background-color: #B9ECFC; }
a { background-color: rgb(185,236,252); }
div.DivClassName
{
background-color: #B9ECFC;
}
.BgClassName
{
background-color: #B9ECFC;
}
</style>
border-color css
<style>
span { border-color: #B9ECFC; }
span { border-color: rgb(185,236,252); }
td.TdClassName
{
border-color: #B9ECFC;
}
.TagClassName
{
border-color: #B9ECFC;
}
</style>