Shades of Onahau #B9E2FD
Tints of Onahau #B9E2FD
RGB
CMYK
RGB Variations
Color information
#B9E2FD (or 0xB9E2FD) is known color: Onahau. HEX triplet: B9, E2 and FD. RGB value is (185,226,253). Sum of RGB (Red+Green+Blue) = 185+226+253=664 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.86% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9E2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E2FD is #461D02. Grayscale: #D8D8D8. Windows color (decimal): -4594947 or 16638649. OLE color: 16638649.
HSL color Cylindrical-coordinate representation of color #B9E2FD: hue angle of 203.82º degrees, saturation: 0.94, 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 #B9E2FD is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 226 | 253 | - |
CMYK | 0.27 | 0.11 | 0 | 0.01 |
HSL | 203.82º | 0.94% | 0.86% | - |
HSV(B) | 203.82º | 0.27% | 0.99% | - |
XYZ | 64.93 | 71.8 | 103.36 | - |
YUV | 216.82 | 148.42 | 105.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 226 | 253 | 0.27 | 0.11 | 0 | 0.01 | 203.82 | 0.94 | 0.86 |
Hex | B9 | E2 | FD | 1B | B | 0 | 1 | CC | 5E | 56 |
Octal | 271 | 342 | 375 | 33 | 13 | 0 | 1 | 314 | 136 | 126 |
Binary | 10111001 | 11100010 | 11111101 | 11011 | 1011 | 0 | 1 | 11001100 | 1011110 | 1010110 |
Color Harmonies of #B9E2FD
Complementary color
Monochromatic Colors of #B9E2FD
Black with #B9E2FD
Text Example
Text Example
White with #B9E2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E2FD; }
p { color: rgb(185,226,253); }
H1.HeaderClassName
{
color: #B9E2FD;
}
.AnyTagClassName
{
color: #B9E2FD;
}
</style>
background-color css
<style>
a { background-color: #B9E2FD; }
a { background-color: rgb(185,226,253); }
div.DivClassName
{
background-color: #B9E2FD;
}
.BgClassName
{
background-color: #B9E2FD;
}
</style>
border-color css
<style>
span { border-color: #B9E2FD; }
span { border-color: rgb(185,226,253); }
td.TdClassName
{
border-color: #B9E2FD;
}
.TagClassName
{
border-color: #B9E2FD;
}
</style>