Shades of Onahau #C4F0FF
Tints of Onahau #C4F0FF
RGB
CMYK
RGB Variations
Color information
#C4F0FF (or 0xC4F0FF) is known color: Onahau. HEX triplet: C4, F0 and FF. RGB value is (196,240,255). Sum of RGB (Red+Green+Blue) = 196+240+255=691 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.36% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F0FF is #3B0F00. Grayscale: #E4E4E4. Windows color (decimal): -3870465 or 16773316. OLE color: 16773316.
HSL color Cylindrical-coordinate representation of color #C4F0FF: hue angle of 195.25º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4F0FF is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 240 | 255 | - |
| CMYK | 0.23 | 0.06 | 0 | 0 |
| HSL | 195.25º | 1% | 0.88% | - |
| HSV(B) | 195.25º | 0.23% | 1% | - |
| XYZ | 71.98 | 81.28 | 106.5 | - |
| YUV | 228.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 255 | 0.23 | 0.06 | 0 | 0 | 195.25 | 1 | 0.88 |
| Hex | C4 | F0 | FF | 17 | 6 | 0 | 0 | C3 | 64 | 58 |
| Octal | 304 | 360 | 377 | 27 | 6 | 0 | 0 | 303 | 144 | 130 |
| Binary | 11000100 | 11110000 | 11111111 | 10111 | 110 | 0 | 0 | 11000011 | 1100100 | 1011000 |
Color Harmonies of #C4F0FF
Complementary color
Monochromatic Colors of #C4F0FF
Black with #C4F0FF
Text Example
Text Example
White with #C4F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F0FF; }
p { color: rgb(196,240,255); }
H1.HeaderClassName
{
color: #C4F0FF;
}
.AnyTagClassName
{
color: #C4F0FF;
}
</style>
background-color css
<style>
a { background-color: #C4F0FF; }
a { background-color: rgb(196,240,255); }
div.DivClassName
{
background-color: #C4F0FF;
}
.BgClassName
{
background-color: #C4F0FF;
}
</style>
border-color css
<style>
span { border-color: #C4F0FF; }
span { border-color: rgb(196,240,255); }
td.TdClassName
{
border-color: #C4F0FF;
}
.TagClassName
{
border-color: #C4F0FF;
}
</style>