Shades of Onahau #B6EFFE
Tints of Onahau #B6EFFE
RGB
CMYK
RGB Variations
Color information
#B6EFFE (or 0xB6EFFE) is known color: Onahau. HEX triplet: B6, EF and FE. RGB value is (182,239,254). Sum of RGB (Red+Green+Blue) = 182+239+254=675 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.96% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EFFE is #491001. Grayscale: #DFDFDF. Windows color (decimal): -4788226 or 16707510. OLE color: 16707510.
HSL color Cylindrical-coordinate representation of color #B6EFFE: hue angle of 192.5º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6EFFE is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 239 | 254 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.00 |
| HSL | 192.5º | 0.97% | 0.85% | - |
| HSV(B) | 192.5º | 0.28% | 1% | - |
| XYZ | 68.05 | 78.83 | 105.4 | - |
| YUV | 223.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 239 | 254 | 0.28 | 0.06 | 0 | 0.00 | 192.5 | 0.97 | 0.85 |
| Hex | B6 | EF | FE | 1C | 6 | 0 | 0 | C0 | 61 | 55 |
| Octal | 266 | 357 | 376 | 34 | 6 | 0 | 0 | 300 | 141 | 125 |
| Binary | 10110110 | 11101111 | 11111110 | 11100 | 110 | 0 | 0 | 11000000 | 1100001 | 1010101 |
Color Harmonies of #B6EFFE
Complementary color
Monochromatic Colors of #B6EFFE
Black with #B6EFFE
Text Example
Text Example
White with #B6EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EFFE; }
p { color: rgb(182,239,254); }
H1.HeaderClassName
{
color: #B6EFFE;
}
.AnyTagClassName
{
color: #B6EFFE;
}
</style>
background-color css
<style>
a { background-color: #B6EFFE; }
a { background-color: rgb(182,239,254); }
div.DivClassName
{
background-color: #B6EFFE;
}
.BgClassName
{
background-color: #B6EFFE;
}
</style>
border-color css
<style>
span { border-color: #B6EFFE; }
span { border-color: rgb(182,239,254); }
td.TdClassName
{
border-color: #B6EFFE;
}
.TagClassName
{
border-color: #B6EFFE;
}
</style>