Shades of Onahau #B8ECFF
Tints of Onahau #B8ECFF
RGB
CMYK
RGB Variations
Color information
#B8ECFF (or 0xB8ECFF) is known color: Onahau. HEX triplet: B8, EC and FF. RGB value is (184,236,255). Sum of RGB (Red+Green+Blue) = 184+236+255=675 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.26% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8ECFF is #471300. Grayscale: #DEDEDE. Windows color (decimal): -4657921 or 16772280. OLE color: 16772280.
HSL color Cylindrical-coordinate representation of color #B8ECFF: hue angle of 196.06º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8ECFF is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 236 | 255 | - |
| CMYK | 0.28 | 0.07 | 0 | 0 |
| HSL | 196.06º | 1% | 0.86% | - |
| HSV(B) | 196.06º | 0.28% | 1% | - |
| XYZ | 67.81 | 77.4 | 105.97 | - |
| YUV | 222.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 255 | 0.28 | 0.07 | 0 | 0 | 196.06 | 1 | 0.86 |
| Hex | B8 | EC | FF | 1C | 7 | 0 | 0 | C4 | 64 | 56 |
| Octal | 270 | 354 | 377 | 34 | 7 | 0 | 0 | 304 | 144 | 126 |
| Binary | 10111000 | 11101100 | 11111111 | 11100 | 111 | 0 | 0 | 11000100 | 1100100 | 1010110 |
Color Harmonies of #B8ECFF
Complementary color
Monochromatic Colors of #B8ECFF
Black with #B8ECFF
Text Example
Text Example
White with #B8ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECFF; }
p { color: rgb(184,236,255); }
H1.HeaderClassName
{
color: #B8ECFF;
}
.AnyTagClassName
{
color: #B8ECFF;
}
</style>
background-color css
<style>
a { background-color: #B8ECFF; }
a { background-color: rgb(184,236,255); }
div.DivClassName
{
background-color: #B8ECFF;
}
.BgClassName
{
background-color: #B8ECFF;
}
</style>
border-color css
<style>
span { border-color: #B8ECFF; }
span { border-color: rgb(184,236,255); }
td.TdClassName
{
border-color: #B8ECFF;
}
.TagClassName
{
border-color: #B8ECFF;
}
</style>