Shades of Onahau #B8ECFE
Tints of Onahau #B8ECFE
RGB
CMYK
RGB Variations
Color information
#B8ECFE (or 0xB8ECFE) is known color: Onahau. HEX triplet: B8, EC and FE. RGB value is (184,236,254). Sum of RGB (Red+Green+Blue) = 184+236+254=674 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.30% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8ECFE is #471301. Grayscale: #DEDEDE. Windows color (decimal): -4657922 or 16706744. OLE color: 16706744.
HSL color Cylindrical-coordinate representation of color #B8ECFE: hue angle of 195.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8ECFE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 236 | 254 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.00 |
| HSL | 195.43º | 0.97% | 0.86% | - |
| HSV(B) | 195.43º | 0.28% | 1% | - |
| XYZ | 67.65 | 77.34 | 105.13 | - |
| YUV | 222.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 254 | 0.28 | 0.07 | 0 | 0.00 | 195.43 | 0.97 | 0.86 |
| Hex | B8 | EC | FE | 1C | 7 | 0 | 0 | C3 | 61 | 56 |
| Octal | 270 | 354 | 376 | 34 | 7 | 0 | 0 | 303 | 141 | 126 |
| Binary | 10111000 | 11101100 | 11111110 | 11100 | 111 | 0 | 0 | 11000011 | 1100001 | 1010110 |
Color Harmonies of #B8ECFE
Complementary color
Monochromatic Colors of #B8ECFE
Black with #B8ECFE
Text Example
Text Example
White with #B8ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECFE; }
p { color: rgb(184,236,254); }
H1.HeaderClassName
{
color: #B8ECFE;
}
.AnyTagClassName
{
color: #B8ECFE;
}
</style>
background-color css
<style>
a { background-color: #B8ECFE; }
a { background-color: rgb(184,236,254); }
div.DivClassName
{
background-color: #B8ECFE;
}
.BgClassName
{
background-color: #B8ECFE;
}
</style>
border-color css
<style>
span { border-color: #B8ECFE; }
span { border-color: rgb(184,236,254); }
td.TdClassName
{
border-color: #B8ECFE;
}
.TagClassName
{
border-color: #B8ECFE;
}
</style>