Shades of Onahau #C5EEFE
Tints of Onahau #C5EEFE
RGB
CMYK
RGB Variations
Color information
#C5EEFE (or 0xC5EEFE) is known color: Onahau. HEX triplet: C5, EE and FE. RGB value is (197,238,254). Sum of RGB (Red+Green+Blue) = 197+238+254=689 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.59% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EEFE is #3A1101. Grayscale: #E3E3E3. Windows color (decimal): -3805442 or 16707269. OLE color: 16707269.
HSL color Cylindrical-coordinate representation of color #C5EEFE: hue angle of 196.84º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5EEFE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 238 | 254 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.00 |
| HSL | 196.84º | 0.97% | 0.88% | - |
| HSV(B) | 196.84º | 0.22% | 1% | - |
| XYZ | 71.49 | 80.18 | 105.47 | - |
| YUV | 227.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 254 | 0.22 | 0.06 | 0 | 0.00 | 196.84 | 0.97 | 0.88 |
| Hex | C5 | EE | FE | 16 | 6 | 0 | 0 | C5 | 61 | 58 |
| Octal | 305 | 356 | 376 | 26 | 6 | 0 | 0 | 305 | 141 | 130 |
| Binary | 11000101 | 11101110 | 11111110 | 10110 | 110 | 0 | 0 | 11000101 | 1100001 | 1011000 |
Color Harmonies of #C5EEFE
Complementary color
Monochromatic Colors of #C5EEFE
Black with #C5EEFE
Text Example
Text Example
White with #C5EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEFE; }
p { color: rgb(197,238,254); }
H1.HeaderClassName
{
color: #C5EEFE;
}
.AnyTagClassName
{
color: #C5EEFE;
}
</style>
background-color css
<style>
a { background-color: #C5EEFE; }
a { background-color: rgb(197,238,254); }
div.DivClassName
{
background-color: #C5EEFE;
}
.BgClassName
{
background-color: #C5EEFE;
}
</style>
border-color css
<style>
span { border-color: #C5EEFE; }
span { border-color: rgb(197,238,254); }
td.TdClassName
{
border-color: #C5EEFE;
}
.TagClassName
{
border-color: #C5EEFE;
}
</style>