Shades of Onahau #B9DFED
Tints of Onahau #B9DFED
RGB
CMYK
RGB Variations
Color information
#B9DFED (or 0xB9DFED) is known color: Onahau. HEX triplet: B9, DF and ED. RGB value is (185,223,237). Sum of RGB (Red+Green+Blue) = 185+223+237=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DFED is #462012. Grayscale: #D5D5D5. Windows color (decimal): -4595731 or 15589305. OLE color: 15589305.
HSL color Cylindrical-coordinate representation of color #B9DFED: hue angle of 196.15º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9DFED is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 185 | 223 | 237 | - |
CMYK | 0.22 | 0.06 | 0 | 0.07 |
HSL | 196.15º | 0.59% | 0.83% | - |
HSV(B) | 196.15º | 0.22% | 0.93% | - |
XYZ | 61.68 | 69.2 | 90.23 | - |
YUV | 213.23 | 141.41 | 107.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 223 | 237 | 0.22 | 0.06 | 0 | 0.07 | 196.15 | 0.59 | 0.83 |
Hex | B9 | DF | ED | 16 | 6 | 0 | 7 | C4 | 3B | 53 |
Octal | 271 | 337 | 355 | 26 | 6 | 0 | 7 | 304 | 73 | 123 |
Binary | 10111001 | 11011111 | 11101101 | 10110 | 110 | 0 | 111 | 11000100 | 111011 | 1010011 |
Color Harmonies of #B9DFED
Complementary color
Monochromatic Colors of #B9DFED
Black with #B9DFED
Text Example
Text Example
White with #B9DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DFED; }
p { color: rgb(185,223,237); }
H1.HeaderClassName
{
color: #B9DFED;
}
.AnyTagClassName
{
color: #B9DFED;
}
</style>
background-color css
<style>
a { background-color: #B9DFED; }
a { background-color: rgb(185,223,237); }
div.DivClassName
{
background-color: #B9DFED;
}
.BgClassName
{
background-color: #B9DFED;
}
</style>
border-color css
<style>
span { border-color: #B9DFED; }
span { border-color: rgb(185,223,237); }
td.TdClassName
{
border-color: #B9DFED;
}
.TagClassName
{
border-color: #B9DFED;
}
</style>