Shades of Onahau #C7ECF4
Tints of Onahau #C7ECF4
RGB
CMYK
RGB Variations
Color information
#C7ECF4 (or 0xC7ECF4) is known color: Onahau. HEX triplet: C7, EC and F4. RGB value is (199,236,244). Sum of RGB (Red+Green+Blue) = 199+236+244=679 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.31% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 244 - color contains mainly: blue. Hex color #C7ECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7ECF4 is #38130B. Grayscale: #E1E1E1. Windows color (decimal): -3674892 or 16051399. OLE color: 16051399.
HSL color Cylindrical-coordinate representation of color #C7ECF4: hue angle of 190.67º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7ECF4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 236 | 244 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.04 |
| HSL | 190.67º | 0.67% | 0.87% | - |
| HSV(B) | 190.67º | 0.18% | 0.96% | - |
| XYZ | 69.88 | 78.66 | 97.09 | - |
| YUV | 225.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 236 | 244 | 0.18 | 0.03 | 0 | 0.04 | 190.67 | 0.67 | 0.87 |
| Hex | C7 | EC | F4 | 12 | 3 | 0 | 4 | BF | 43 | 57 |
| Octal | 307 | 354 | 364 | 22 | 3 | 0 | 4 | 277 | 103 | 127 |
| Binary | 11000111 | 11101100 | 11110100 | 10010 | 11 | 0 | 100 | 10111111 | 1000011 | 1010111 |
Color Harmonies of #C7ECF4
Complementary color
Monochromatic Colors of #C7ECF4
Black with #C7ECF4
Text Example
Text Example
White with #C7ECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECF4; }
p { color: rgb(199,236,244); }
H1.HeaderClassName
{
color: #C7ECF4;
}
.AnyTagClassName
{
color: #C7ECF4;
}
</style>
background-color css
<style>
a { background-color: #C7ECF4; }
a { background-color: rgb(199,236,244); }
div.DivClassName
{
background-color: #C7ECF4;
}
.BgClassName
{
background-color: #C7ECF4;
}
</style>
border-color css
<style>
span { border-color: #C7ECF4; }
span { border-color: rgb(199,236,244); }
td.TdClassName
{
border-color: #C7ECF4;
}
.TagClassName
{
border-color: #C7ECF4;
}
</style>