Shades of Onahau #C8F3FE
Tints of Onahau #C8F3FE
RGB
CMYK
RGB Variations
Color information
#C8F3FE (or 0xC8F3FE) is known color: Onahau. HEX triplet: C8, F3 and FE. RGB value is (200,243,254). Sum of RGB (Red+Green+Blue) = 200+243+254=697 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.69% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8F3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F3FE is #370C01. Grayscale: #E7E7E7. Windows color (decimal): -3607554 or 16708552. OLE color: 16708552.
HSL color Cylindrical-coordinate representation of color #C8F3FE: hue angle of 192.22º 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 #C8F3FE is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 243 | 254 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.00 |
| HSL | 192.22º | 0.96% | 0.89% | - |
| HSV(B) | 192.22º | 0.21% | 1% | - |
| XYZ | 73.76 | 83.54 | 106 | - |
| YUV | 231.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 254 | 0.21 | 0.04 | 0 | 0.00 | 192.22 | 0.96 | 0.89 |
| Hex | C8 | F3 | FE | 15 | 4 | 0 | 0 | C0 | 60 | 59 |
| Octal | 310 | 363 | 376 | 25 | 4 | 0 | 0 | 300 | 140 | 131 |
| Binary | 11001000 | 11110011 | 11111110 | 10101 | 100 | 0 | 0 | 11000000 | 1100000 | 1011001 |
Color Harmonies of #C8F3FE
Complementary color
Monochromatic Colors of #C8F3FE
Black with #C8F3FE
Text Example
Text Example
White with #C8F3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F3FE; }
p { color: rgb(200,243,254); }
H1.HeaderClassName
{
color: #C8F3FE;
}
.AnyTagClassName
{
color: #C8F3FE;
}
</style>
background-color css
<style>
a { background-color: #C8F3FE; }
a { background-color: rgb(200,243,254); }
div.DivClassName
{
background-color: #C8F3FE;
}
.BgClassName
{
background-color: #C8F3FE;
}
</style>
border-color css
<style>
span { border-color: #C8F3FE; }
span { border-color: rgb(200,243,254); }
td.TdClassName
{
border-color: #C8F3FE;
}
.TagClassName
{
border-color: #C8F3FE;
}
</style>