Shades of Onahau #C2EDFF
Tints of Onahau #C2EDFF
RGB
CMYK
RGB Variations
Color information
#C2EDFF (or 0xC2EDFF) is known color: Onahau. HEX triplet: C2, ED and FF. RGB value is (194,237,255). Sum of RGB (Red+Green+Blue) = 194+237+255=686 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.28% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EDFF is #3D1200. Grayscale: #E2E2E2. Windows color (decimal): -4002305 or 16772546. OLE color: 16772546.
HSL color Cylindrical-coordinate representation of color #C2EDFF: hue angle of 197.7º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2EDFF is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 237 | 255 | - |
| CMYK | 0.24 | 0.07 | 0 | 0 |
| HSL | 197.7º | 1% | 0.88% | - |
| HSV(B) | 197.7º | 0.24% | 1% | - |
| XYZ | 70.58 | 79.26 | 106.19 | - |
| YUV | 226.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 255 | 0.24 | 0.07 | 0 | 0 | 197.7 | 1 | 0.88 |
| Hex | C2 | ED | FF | 18 | 7 | 0 | 0 | C6 | 64 | 58 |
| Octal | 302 | 355 | 377 | 30 | 7 | 0 | 0 | 306 | 144 | 130 |
| Binary | 11000010 | 11101101 | 11111111 | 11000 | 111 | 0 | 0 | 11000110 | 1100100 | 1011000 |
Color Harmonies of #C2EDFF
Complementary color
Monochromatic Colors of #C2EDFF
Black with #C2EDFF
Text Example
Text Example
White with #C2EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDFF; }
p { color: rgb(194,237,255); }
H1.HeaderClassName
{
color: #C2EDFF;
}
.AnyTagClassName
{
color: #C2EDFF;
}
</style>
background-color css
<style>
a { background-color: #C2EDFF; }
a { background-color: rgb(194,237,255); }
div.DivClassName
{
background-color: #C2EDFF;
}
.BgClassName
{
background-color: #C2EDFF;
}
</style>
border-color css
<style>
span { border-color: #C2EDFF; }
span { border-color: rgb(194,237,255); }
td.TdClassName
{
border-color: #C2EDFF;
}
.TagClassName
{
border-color: #C2EDFF;
}
</style>