Shades of Onahau #C5E2EE
Tints of Onahau #C5E2EE
RGB
CMYK
RGB Variations
Color information
#C5E2EE (or 0xC5E2EE) is known color: Onahau. HEX triplet: C5, E2 and EE. RGB value is (197,226,238). Sum of RGB (Red+Green+Blue) = 197+226+238=661 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.80% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5E2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E2EE is #3A1D11. Grayscale: #DADADA. Windows color (decimal): -3808530 or 15655621. OLE color: 15655621.
HSL color Cylindrical-coordinate representation of color #C5E2EE: hue angle of 197.56º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5E2EE is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 226 | 238 | - |
CMYK | 0.17 | 0.05 | 0 | 0.07 |
HSL | 197.56º | 0.55% | 0.85% | - |
HSV(B) | 197.56º | 0.17% | 0.93% | - |
XYZ | 65.65 | 72.44 | 91.41 | - |
YUV | 218.7 | 138.89 | 112.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 226 | 238 | 0.17 | 0.05 | 0 | 0.07 | 197.56 | 0.55 | 0.85 |
Hex | C5 | E2 | EE | 11 | 5 | 0 | 7 | C6 | 37 | 55 |
Octal | 305 | 342 | 356 | 21 | 5 | 0 | 7 | 306 | 67 | 125 |
Binary | 11000101 | 11100010 | 11101110 | 10001 | 101 | 0 | 111 | 11000110 | 110111 | 1010101 |
Color Harmonies of #C5E2EE
Complementary color
Monochromatic Colors of #C5E2EE
Black with #C5E2EE
Text Example
Text Example
White with #C5E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E2EE; }
p { color: rgb(197,226,238); }
H1.HeaderClassName
{
color: #C5E2EE;
}
.AnyTagClassName
{
color: #C5E2EE;
}
</style>
background-color css
<style>
a { background-color: #C5E2EE; }
a { background-color: rgb(197,226,238); }
div.DivClassName
{
background-color: #C5E2EE;
}
.BgClassName
{
background-color: #C5E2EE;
}
</style>
border-color css
<style>
span { border-color: #C5E2EE; }
span { border-color: rgb(197,226,238); }
td.TdClassName
{
border-color: #C5E2EE;
}
.TagClassName
{
border-color: #C5E2EE;
}
</style>