Shades of Onahau #C8F4F8
Tints of Onahau #C8F4F8
RGB
CMYK
RGB Variations
Color information
#C8F4F8 (or 0xC8F4F8) is known color: Onahau. HEX triplet: C8, F4 and F8. RGB value is (200,244,248). Sum of RGB (Red+Green+Blue) = 200+244+248=692 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.90% from 692); Green value is 244 (95.70% from 255 or 35.26% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8F4F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F4F8 is #370B07. Grayscale: #E7E7E7. Windows color (decimal): -3607304 or 16315592. OLE color: 16315592.
HSL color Cylindrical-coordinate representation of color #C8F4F8: hue angle of 185º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F4F8 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 244 | 248 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.03 |
| HSL | 185º | 0.77% | 0.88% | - |
| HSV(B) | 185º | 0.19% | 0.97% | - |
| XYZ | 73.11 | 83.76 | 101.12 | - |
| YUV | 231.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 248 | 0.19 | 0.02 | 0 | 0.03 | 185 | 0.77 | 0.88 |
| Hex | C8 | F4 | F8 | 13 | 2 | 0 | 3 | B9 | 4D | 58 |
| Octal | 310 | 364 | 370 | 23 | 2 | 0 | 3 | 271 | 115 | 130 |
| Binary | 11001000 | 11110100 | 11111000 | 10011 | 10 | 0 | 11 | 10111001 | 1001101 | 1011000 |
Color Harmonies of #C8F4F8
Complementary color
Monochromatic Colors of #C8F4F8
Black with #C8F4F8
Text Example
Text Example
White with #C8F4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F4F8; }
p { color: rgb(200,244,248); }
H1.HeaderClassName
{
color: #C8F4F8;
}
.AnyTagClassName
{
color: #C8F4F8;
}
</style>
background-color css
<style>
a { background-color: #C8F4F8; }
a { background-color: rgb(200,244,248); }
div.DivClassName
{
background-color: #C8F4F8;
}
.BgClassName
{
background-color: #C8F4F8;
}
</style>
border-color css
<style>
span { border-color: #C8F4F8; }
span { border-color: rgb(200,244,248); }
td.TdClassName
{
border-color: #C8F4F8;
}
.TagClassName
{
border-color: #C8F4F8;
}
</style>