Shades of Onahau #C4F2F8
Tints of Onahau #C4F2F8
RGB
CMYK
RGB Variations
Color information
#C4F2F8 (or 0xC4F2F8) is known color: Onahau. HEX triplet: C4, F2 and F8. RGB value is (196,242,248). Sum of RGB (Red+Green+Blue) = 196+242+248=686 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.57% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #C4F2F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F2F8 is #3B0D07. Grayscale: #E4E4E4. Windows color (decimal): -3869960 or 16315076. OLE color: 16315076.
HSL color Cylindrical-coordinate representation of color #C4F2F8: hue angle of 186.92º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4F2F8 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 242 | 248 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.03 |
| HSL | 186.92º | 0.79% | 0.87% | - |
| HSV(B) | 186.92º | 0.21% | 0.97% | - |
| XYZ | 71.46 | 82.02 | 100.87 | - |
| YUV | 228.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 242 | 248 | 0.21 | 0.02 | 0 | 0.03 | 186.92 | 0.79 | 0.87 |
| Hex | C4 | F2 | F8 | 15 | 2 | 0 | 3 | BB | 4F | 57 |
| Octal | 304 | 362 | 370 | 25 | 2 | 0 | 3 | 273 | 117 | 127 |
| Binary | 11000100 | 11110010 | 11111000 | 10101 | 10 | 0 | 11 | 10111011 | 1001111 | 1010111 |
Color Harmonies of #C4F2F8
Complementary color
Monochromatic Colors of #C4F2F8
Black with #C4F2F8
Text Example
Text Example
White with #C4F2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F2F8; }
p { color: rgb(196,242,248); }
H1.HeaderClassName
{
color: #C4F2F8;
}
.AnyTagClassName
{
color: #C4F2F8;
}
</style>
background-color css
<style>
a { background-color: #C4F2F8; }
a { background-color: rgb(196,242,248); }
div.DivClassName
{
background-color: #C4F2F8;
}
.BgClassName
{
background-color: #C4F2F8;
}
</style>
border-color css
<style>
span { border-color: #C4F2F8; }
span { border-color: rgb(196,242,248); }
td.TdClassName
{
border-color: #C4F2F8;
}
.TagClassName
{
border-color: #C4F2F8;
}
</style>