Shades of Onahau #B9E5FD
Tints of Onahau #B9E5FD
RGB
CMYK
RGB Variations
Color information
#B9E5FD (or 0xB9E5FD) is known color: Onahau. HEX triplet: B9, E5 and FD. RGB value is (185,229,253). Sum of RGB (Red+Green+Blue) = 185+229+253=667 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.74% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E5FD is #461A02. Grayscale: #DADADA. Windows color (decimal): -4594179 or 16639417. OLE color: 16639417.
HSL color Cylindrical-coordinate representation of color #B9E5FD: hue angle of 201.18º 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 #B9E5FD is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 229 | 253 | - |
CMYK | 0.27 | 0.09 | 0 | 0.01 |
HSL | 201.18º | 0.94% | 0.86% | - |
HSV(B) | 201.18º | 0.27% | 0.99% | - |
XYZ | 65.76 | 73.44 | 103.64 | - |
YUV | 218.58 | 147.42 | 104.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 229 | 253 | 0.27 | 0.09 | 0 | 0.01 | 201.18 | 0.94 | 0.86 |
Hex | B9 | E5 | FD | 1B | 9 | 0 | 1 | C9 | 5E | 56 |
Octal | 271 | 345 | 375 | 33 | 11 | 0 | 1 | 311 | 136 | 126 |
Binary | 10111001 | 11100101 | 11111101 | 11011 | 1001 | 0 | 1 | 11001001 | 1011110 | 1010110 |
Color Harmonies of #B9E5FD
Complementary color
Monochromatic Colors of #B9E5FD
Black with #B9E5FD
Text Example
Text Example
White with #B9E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E5FD; }
p { color: rgb(185,229,253); }
H1.HeaderClassName
{
color: #B9E5FD;
}
.AnyTagClassName
{
color: #B9E5FD;
}
</style>
background-color css
<style>
a { background-color: #B9E5FD; }
a { background-color: rgb(185,229,253); }
div.DivClassName
{
background-color: #B9E5FD;
}
.BgClassName
{
background-color: #B9E5FD;
}
</style>
border-color css
<style>
span { border-color: #B9E5FD; }
span { border-color: rgb(185,229,253); }
td.TdClassName
{
border-color: #B9E5FD;
}
.TagClassName
{
border-color: #B9E5FD;
}
</style>