Shades of Onahau #B9EAFD
Tints of Onahau #B9EAFD
RGB
CMYK
RGB Variations
Color information
#B9EAFD (or 0xB9EAFD) is known color: Onahau. HEX triplet: B9, EA and FD. RGB value is (185,234,253). Sum of RGB (Red+Green+Blue) = 185+234+253=672 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.53% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EAFD is #461502. Grayscale: #DDDDDD. Windows color (decimal): -4592899 or 16640697. OLE color: 16640697.
HSL color Cylindrical-coordinate representation of color #B9EAFD: hue angle of 196.76º 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 #B9EAFD is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 234 | 253 | - |
CMYK | 0.27 | 0.08 | 0 | 0.01 |
HSL | 196.76º | 0.94% | 0.86% | - |
HSV(B) | 196.76º | 0.27% | 0.99% | - |
XYZ | 67.16 | 76.25 | 104.11 | - |
YUV | 221.52 | 145.77 | 101.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 234 | 253 | 0.27 | 0.08 | 0 | 0.01 | 196.76 | 0.94 | 0.86 |
Hex | B9 | EA | FD | 1B | 8 | 0 | 1 | C5 | 5E | 56 |
Octal | 271 | 352 | 375 | 33 | 10 | 0 | 1 | 305 | 136 | 126 |
Binary | 10111001 | 11101010 | 11111101 | 11011 | 1000 | 0 | 1 | 11000101 | 1011110 | 1010110 |
Color Harmonies of #B9EAFD
Complementary color
Monochromatic Colors of #B9EAFD
Black with #B9EAFD
Text Example
Text Example
White with #B9EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EAFD; }
p { color: rgb(185,234,253); }
H1.HeaderClassName
{
color: #B9EAFD;
}
.AnyTagClassName
{
color: #B9EAFD;
}
</style>
background-color css
<style>
a { background-color: #B9EAFD; }
a { background-color: rgb(185,234,253); }
div.DivClassName
{
background-color: #B9EAFD;
}
.BgClassName
{
background-color: #B9EAFD;
}
</style>
border-color css
<style>
span { border-color: #B9EAFD; }
span { border-color: rgb(185,234,253); }
td.TdClassName
{
border-color: #B9EAFD;
}
.TagClassName
{
border-color: #B9EAFD;
}
</style>