Shades of Onahau #C8EFFA
Tints of Onahau #C8EFFA
RGB
CMYK
RGB Variations
Color information
#C8EFFA (or 0xC8EFFA) is known color: Onahau. HEX triplet: C8, EF and FA. RGB value is (200,239,250). Sum of RGB (Red+Green+Blue) = 200+239+250=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFFA is #371005. Grayscale: #E4E4E4. Windows color (decimal): -3608582 or 16445384. OLE color: 16445384.
HSL color Cylindrical-coordinate representation of color #C8EFFA: hue angle of 193.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8EFFA is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 239 | 250 | - |
| CMYK | 0.2 | 0.04 | 0 | 0.02 |
| HSL | 193.2º | 0.83% | 0.88% | - |
| HSV(B) | 193.2º | 0.2% | 0.98% | - |
| XYZ | 71.94 | 80.91 | 102.27 | - |
| YUV | 228.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 250 | 0.2 | 0.04 | 0 | 0.02 | 193.2 | 0.83 | 0.88 |
| Hex | C8 | EF | FA | 14 | 4 | 0 | 2 | C1 | 53 | 58 |
| Octal | 310 | 357 | 372 | 24 | 4 | 0 | 2 | 301 | 123 | 130 |
| Binary | 11001000 | 11101111 | 11111010 | 10100 | 100 | 0 | 10 | 11000001 | 1010011 | 1011000 |
Color Harmonies of #C8EFFA
Complementary color
Monochromatic Colors of #C8EFFA
Black with #C8EFFA
Text Example
Text Example
White with #C8EFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFFA; }
p { color: rgb(200,239,250); }
H1.HeaderClassName
{
color: #C8EFFA;
}
.AnyTagClassName
{
color: #C8EFFA;
}
</style>
background-color css
<style>
a { background-color: #C8EFFA; }
a { background-color: rgb(200,239,250); }
div.DivClassName
{
background-color: #C8EFFA;
}
.BgClassName
{
background-color: #C8EFFA;
}
</style>
border-color css
<style>
span { border-color: #C8EFFA; }
span { border-color: rgb(200,239,250); }
td.TdClassName
{
border-color: #C8EFFA;
}
.TagClassName
{
border-color: #C8EFFA;
}
</style>