Shades of Onahau #C4F3FF
Tints of Onahau #C4F3FF
RGB
CMYK
RGB Variations
Color information
#C4F3FF (or 0xC4F3FF) is known color: Onahau. HEX triplet: C4, F3 and FF. RGB value is (196,243,255). Sum of RGB (Red+Green+Blue) = 196+243+255=694 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.24% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4F3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F3FF is #3B0C00. Grayscale: #E6E6E6. Windows color (decimal): -3869697 or 16774084. OLE color: 16774084.
HSL color Cylindrical-coordinate representation of color #C4F3FF: hue angle of 192.2º 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 #C4F3FF is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 243 | 255 | - |
| CMYK | 0.23 | 0.05 | 0 | 0 |
| HSL | 192.2º | 1% | 0.88% | - |
| HSV(B) | 192.2º | 0.23% | 1% | - |
| XYZ | 72.87 | 83.06 | 106.8 | - |
| YUV | 230.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 243 | 255 | 0.23 | 0.05 | 0 | 0 | 192.2 | 1 | 0.88 |
| Hex | C4 | F3 | FF | 17 | 5 | 0 | 0 | C0 | 64 | 58 |
| Octal | 304 | 363 | 377 | 27 | 5 | 0 | 0 | 300 | 144 | 130 |
| Binary | 11000100 | 11110011 | 11111111 | 10111 | 101 | 0 | 0 | 11000000 | 1100100 | 1011000 |
Color Harmonies of #C4F3FF
Complementary color
Monochromatic Colors of #C4F3FF
Black with #C4F3FF
Text Example
Text Example
White with #C4F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F3FF; }
p { color: rgb(196,243,255); }
H1.HeaderClassName
{
color: #C4F3FF;
}
.AnyTagClassName
{
color: #C4F3FF;
}
</style>
background-color css
<style>
a { background-color: #C4F3FF; }
a { background-color: rgb(196,243,255); }
div.DivClassName
{
background-color: #C4F3FF;
}
.BgClassName
{
background-color: #C4F3FF;
}
</style>
border-color css
<style>
span { border-color: #C4F3FF; }
span { border-color: rgb(196,243,255); }
td.TdClassName
{
border-color: #C4F3FF;
}
.TagClassName
{
border-color: #C4F3FF;
}
</style>