Shades of Onahau #C8EEF4
Tints of Onahau #C8EEF4
RGB
CMYK
RGB Variations
Color information
#C8EEF4 (or 0xC8EEF4) is known color: Onahau. HEX triplet: C8, EE and F4. RGB value is (200,238,244). Sum of RGB (Red+Green+Blue) = 200+238+244=682 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.33% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 244 - color contains mainly: blue. Hex color #C8EEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EEF4 is #37110B. Grayscale: #E3E3E3. Windows color (decimal): -3608844 or 16051912. OLE color: 16051912.
HSL color Cylindrical-coordinate representation of color #C8EEF4: hue angle of 188.18º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8EEF4 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 238 | 244 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.04 |
| HSL | 188.18º | 0.67% | 0.87% | - |
| HSV(B) | 188.18º | 0.18% | 0.96% | - |
| XYZ | 70.72 | 79.96 | 97.29 | - |
| YUV | 227.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 244 | 0.18 | 0.02 | 0 | 0.04 | 188.18 | 0.67 | 0.87 |
| Hex | C8 | EE | F4 | 12 | 2 | 0 | 4 | BC | 43 | 57 |
| Octal | 310 | 356 | 364 | 22 | 2 | 0 | 4 | 274 | 103 | 127 |
| Binary | 11001000 | 11101110 | 11110100 | 10010 | 10 | 0 | 100 | 10111100 | 1000011 | 1010111 |
Color Harmonies of #C8EEF4
Complementary color
Monochromatic Colors of #C8EEF4
Black with #C8EEF4
Text Example
Text Example
White with #C8EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEF4; }
p { color: rgb(200,238,244); }
H1.HeaderClassName
{
color: #C8EEF4;
}
.AnyTagClassName
{
color: #C8EEF4;
}
</style>
background-color css
<style>
a { background-color: #C8EEF4; }
a { background-color: rgb(200,238,244); }
div.DivClassName
{
background-color: #C8EEF4;
}
.BgClassName
{
background-color: #C8EEF4;
}
</style>
border-color css
<style>
span { border-color: #C8EEF4; }
span { border-color: rgb(200,238,244); }
td.TdClassName
{
border-color: #C8EEF4;
}
.TagClassName
{
border-color: #C8EEF4;
}
</style>