Shades of Onahau #C8EEF1
Tints of Onahau #C8EEF1
RGB
CMYK
RGB Variations
Color information
#C8EEF1 (or 0xC8EEF1) is known color: Onahau. HEX triplet: C8, EE and F1. RGB value is (200,238,241). Sum of RGB (Red+Green+Blue) = 200+238+241=679 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.46% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EEF1 is #37110E. Grayscale: #E2E2E2. Windows color (decimal): -3608847 or 15855304. OLE color: 15855304.
HSL color Cylindrical-coordinate representation of color #C8EEF1: hue angle of 184.39º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8EEF1 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 238 | 241 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.05 |
| HSL | 184.39º | 0.59% | 0.86% | - |
| HSV(B) | 184.39º | 0.17% | 0.95% | - |
| XYZ | 70.27 | 79.78 | 94.91 | - |
| YUV | 226.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 241 | 0.17 | 0.01 | 0 | 0.05 | 184.39 | 0.59 | 0.86 |
| Hex | C8 | EE | F1 | 11 | 1 | 0 | 5 | B8 | 3B | 56 |
| Octal | 310 | 356 | 361 | 21 | 1 | 0 | 5 | 270 | 73 | 126 |
| Binary | 11001000 | 11101110 | 11110001 | 10001 | 1 | 0 | 101 | 10111000 | 111011 | 1010110 |
Color Harmonies of #C8EEF1
Complementary color
Monochromatic Colors of #C8EEF1
Black with #C8EEF1
Text Example
Text Example
White with #C8EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEF1; }
p { color: rgb(200,238,241); }
H1.HeaderClassName
{
color: #C8EEF1;
}
.AnyTagClassName
{
color: #C8EEF1;
}
</style>
background-color css
<style>
a { background-color: #C8EEF1; }
a { background-color: rgb(200,238,241); }
div.DivClassName
{
background-color: #C8EEF1;
}
.BgClassName
{
background-color: #C8EEF1;
}
</style>
border-color css
<style>
span { border-color: #C8EEF1; }
span { border-color: rgb(200,238,241); }
td.TdClassName
{
border-color: #C8EEF1;
}
.TagClassName
{
border-color: #C8EEF1;
}
</style>