Shades of Onahau #C7E6ED
Tints of Onahau #C7E6ED
RGB
CMYK
RGB Variations
Color information
#C7E6ED (or 0xC7E6ED) is known color: Onahau. HEX triplet: C7, E6 and ED. RGB value is (199,230,237). Sum of RGB (Red+Green+Blue) = 199+230+237=666 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.88% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7E6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E6ED is #381912. Grayscale: #DDDDDD. Windows color (decimal): -3676435 or 15591111. OLE color: 15591111.
HSL color Cylindrical-coordinate representation of color #C7E6ED: hue angle of 191.05º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7E6ED is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 230 | 237 | - |
CMYK | 0.16 | 0.03 | 0 | 0.07 |
HSL | 191.05º | 0.51% | 0.85% | - |
HSV(B) | 191.05º | 0.16% | 0.93% | - |
XYZ | 67.14 | 74.85 | 91.03 | - |
YUV | 221.53 | 136.73 | 111.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 230 | 237 | 0.16 | 0.03 | 0 | 0.07 | 191.05 | 0.51 | 0.85 |
Hex | C7 | E6 | ED | 10 | 3 | 0 | 7 | BF | 33 | 55 |
Octal | 307 | 346 | 355 | 20 | 3 | 0 | 7 | 277 | 63 | 125 |
Binary | 11000111 | 11100110 | 11101101 | 10000 | 11 | 0 | 111 | 10111111 | 110011 | 1010101 |
Color Harmonies of #C7E6ED
Complementary color
Monochromatic Colors of #C7E6ED
Black with #C7E6ED
Text Example
Text Example
White with #C7E6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E6ED; }
p { color: rgb(199,230,237); }
H1.HeaderClassName
{
color: #C7E6ED;
}
.AnyTagClassName
{
color: #C7E6ED;
}
</style>
background-color css
<style>
a { background-color: #C7E6ED; }
a { background-color: rgb(199,230,237); }
div.DivClassName
{
background-color: #C7E6ED;
}
.BgClassName
{
background-color: #C7E6ED;
}
</style>
border-color css
<style>
span { border-color: #C7E6ED; }
span { border-color: rgb(199,230,237); }
td.TdClassName
{
border-color: #C7E6ED;
}
.TagClassName
{
border-color: #C7E6ED;
}
</style>