Shades of Onahau #C4F4FE
Tints of Onahau #C4F4FE
RGB
CMYK
RGB Variations
Color information
#C4F4FE (or 0xC4F4FE) is known color: Onahau. HEX triplet: C4, F4 and FE. RGB value is (196,244,254). Sum of RGB (Red+Green+Blue) = 196+244+254=694 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.24% from 694); Green value is 244 (95.70% from 255 or 35.16% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4F4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F4FE is #3B0B01. Grayscale: #E6E6E6. Windows color (decimal): -3869442 or 16708804. OLE color: 16708804.
HSL color Cylindrical-coordinate representation of color #C4F4FE: hue angle of 190.34º 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 #C4F4FE is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 244 | 254 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.00 |
| HSL | 190.34º | 0.97% | 0.88% | - |
| HSV(B) | 190.34º | 0.23% | 1% | - |
| XYZ | 73.01 | 83.59 | 106.05 | - |
| YUV | 230.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 244 | 254 | 0.23 | 0.04 | 0 | 0.00 | 190.34 | 0.97 | 0.88 |
| Hex | C4 | F4 | FE | 17 | 4 | 0 | 0 | BE | 61 | 58 |
| Octal | 304 | 364 | 376 | 27 | 4 | 0 | 0 | 276 | 141 | 130 |
| Binary | 11000100 | 11110100 | 11111110 | 10111 | 100 | 0 | 0 | 10111110 | 1100001 | 1011000 |
Color Harmonies of #C4F4FE
Complementary color
Monochromatic Colors of #C4F4FE
Black with #C4F4FE
Text Example
Text Example
White with #C4F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F4FE; }
p { color: rgb(196,244,254); }
H1.HeaderClassName
{
color: #C4F4FE;
}
.AnyTagClassName
{
color: #C4F4FE;
}
</style>
background-color css
<style>
a { background-color: #C4F4FE; }
a { background-color: rgb(196,244,254); }
div.DivClassName
{
background-color: #C4F4FE;
}
.BgClassName
{
background-color: #C4F4FE;
}
</style>
border-color css
<style>
span { border-color: #C4F4FE; }
span { border-color: rgb(196,244,254); }
td.TdClassName
{
border-color: #C4F4FE;
}
.TagClassName
{
border-color: #C4F4FE;
}
</style>