Shades of Onahau #C4EFFE
Tints of Onahau #C4EFFE
RGB
CMYK
RGB Variations
Color information
#C4EFFE (or 0xC4EFFE) is known color: Onahau. HEX triplet: C4, EF and FE. RGB value is (196,239,254). Sum of RGB (Red+Green+Blue) = 196+239+254=689 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.45% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EFFE is #3B1001. Grayscale: #E3E3E3. Windows color (decimal): -3870722 or 16707524. OLE color: 16707524.
HSL color Cylindrical-coordinate representation of color #C4EFFE: hue angle of 195.52º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4EFFE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 239 | 254 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.00 |
| HSL | 195.52º | 0.97% | 0.88% | - |
| HSV(B) | 195.52º | 0.23% | 1% | - |
| XYZ | 71.52 | 80.62 | 105.56 | - |
| YUV | 227.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 239 | 254 | 0.23 | 0.06 | 0 | 0.00 | 195.52 | 0.97 | 0.88 |
| Hex | C4 | EF | FE | 17 | 6 | 0 | 0 | C4 | 61 | 58 |
| Octal | 304 | 357 | 376 | 27 | 6 | 0 | 0 | 304 | 141 | 130 |
| Binary | 11000100 | 11101111 | 11111110 | 10111 | 110 | 0 | 0 | 11000100 | 1100001 | 1011000 |
Color Harmonies of #C4EFFE
Complementary color
Monochromatic Colors of #C4EFFE
Black with #C4EFFE
Text Example
Text Example
White with #C4EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EFFE; }
p { color: rgb(196,239,254); }
H1.HeaderClassName
{
color: #C4EFFE;
}
.AnyTagClassName
{
color: #C4EFFE;
}
</style>
background-color css
<style>
a { background-color: #C4EFFE; }
a { background-color: rgb(196,239,254); }
div.DivClassName
{
background-color: #C4EFFE;
}
.BgClassName
{
background-color: #C4EFFE;
}
</style>
border-color css
<style>
span { border-color: #C4EFFE; }
span { border-color: rgb(196,239,254); }
td.TdClassName
{
border-color: #C4EFFE;
}
.TagClassName
{
border-color: #C4EFFE;
}
</style>