Shades of Onahau #C8F4FE
Tints of Onahau #C8F4FE
RGB
CMYK
RGB Variations
Color information
#C8F4FE (or 0xC8F4FE) is known color: Onahau. HEX triplet: C8, F4 and FE. RGB value is (200,244,254). Sum of RGB (Red+Green+Blue) = 200+244+254=698 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.65% from 698); Green value is 244 (95.70% from 255 or 34.96% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8F4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F4FE is #370B01. Grayscale: #E7E7E7. Windows color (decimal): -3607298 or 16708808. OLE color: 16708808.
HSL color Cylindrical-coordinate representation of color #C8F4FE: hue angle of 191.11º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8F4FE is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 244 | 254 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.00 |
| HSL | 191.11º | 0.96% | 0.89% | - |
| HSV(B) | 191.11º | 0.21% | 1% | - |
| XYZ | 74.06 | 84.14 | 106.1 | - |
| YUV | 231.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 254 | 0.21 | 0.04 | 0 | 0.00 | 191.11 | 0.96 | 0.89 |
| Hex | C8 | F4 | FE | 15 | 4 | 0 | 0 | BF | 60 | 59 |
| Octal | 310 | 364 | 376 | 25 | 4 | 0 | 0 | 277 | 140 | 131 |
| Binary | 11001000 | 11110100 | 11111110 | 10101 | 100 | 0 | 0 | 10111111 | 1100000 | 1011001 |
Color Harmonies of #C8F4FE
Complementary color
Monochromatic Colors of #C8F4FE
Black with #C8F4FE
Text Example
Text Example
White with #C8F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F4FE; }
p { color: rgb(200,244,254); }
H1.HeaderClassName
{
color: #C8F4FE;
}
.AnyTagClassName
{
color: #C8F4FE;
}
</style>
background-color css
<style>
a { background-color: #C8F4FE; }
a { background-color: rgb(200,244,254); }
div.DivClassName
{
background-color: #C8F4FE;
}
.BgClassName
{
background-color: #C8F4FE;
}
</style>
border-color css
<style>
span { border-color: #C8F4FE; }
span { border-color: rgb(200,244,254); }
td.TdClassName
{
border-color: #C8F4FE;
}
.TagClassName
{
border-color: #C8F4FE;
}
</style>