Shades of Onahau #C5EEF1
Tints of Onahau #C5EEF1
RGB
CMYK
RGB Variations
Color information
#C5EEF1 (or 0xC5EEF1) is known color: Onahau. HEX triplet: C5, EE and F1. RGB value is (197,238,241). Sum of RGB (Red+Green+Blue) = 197+238+241=676 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.14% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EEF1 is #3A110E. Grayscale: #E2E2E2. Windows color (decimal): -3805455 or 15855301. OLE color: 15855301.
HSL color Cylindrical-coordinate representation of color #C5EEF1: hue angle of 184.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EEF1 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 238 | 241 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.05 |
| HSL | 184.09º | 0.61% | 0.86% | - |
| HSV(B) | 184.09º | 0.18% | 0.95% | - |
| XYZ | 69.48 | 79.37 | 94.88 | - |
| YUV | 226.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 241 | 0.18 | 0.01 | 0 | 0.05 | 184.09 | 0.61 | 0.86 |
| Hex | C5 | EE | F1 | 12 | 1 | 0 | 5 | B8 | 3D | 56 |
| Octal | 305 | 356 | 361 | 22 | 1 | 0 | 5 | 270 | 75 | 126 |
| Binary | 11000101 | 11101110 | 11110001 | 10010 | 1 | 0 | 101 | 10111000 | 111101 | 1010110 |
Color Harmonies of #C5EEF1
Complementary color
Monochromatic Colors of #C5EEF1
Black with #C5EEF1
Text Example
Text Example
White with #C5EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEF1; }
p { color: rgb(197,238,241); }
H1.HeaderClassName
{
color: #C5EEF1;
}
.AnyTagClassName
{
color: #C5EEF1;
}
</style>
background-color css
<style>
a { background-color: #C5EEF1; }
a { background-color: rgb(197,238,241); }
div.DivClassName
{
background-color: #C5EEF1;
}
.BgClassName
{
background-color: #C5EEF1;
}
</style>
border-color css
<style>
span { border-color: #C5EEF1; }
span { border-color: rgb(197,238,241); }
td.TdClassName
{
border-color: #C5EEF1;
}
.TagClassName
{
border-color: #C5EEF1;
}
</style>