Shades of Onahau #C2EDF3
Tints of Onahau #C2EDF3
RGB
CMYK
RGB Variations
Color information
#C2EDF3 (or 0xC2EDF3) is known color: Onahau. HEX triplet: C2, ED and F3. RGB value is (194,237,243). Sum of RGB (Red+Green+Blue) = 194+237+243=674 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.78% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #C2EDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EDF3 is #3D120C. Grayscale: #E0E0E0. Windows color (decimal): -4002317 or 15986114. OLE color: 15986114.
HSL color Cylindrical-coordinate representation of color #C2EDF3: hue angle of 187.35º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2EDF3 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 237 | 243 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.05 |
| HSL | 187.35º | 0.67% | 0.86% | - |
| HSV(B) | 187.35º | 0.2% | 0.95% | - |
| XYZ | 68.71 | 78.51 | 96.33 | - |
| YUV | 224.83 | 138.25 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 243 | 0.20 | 0.02 | 0 | 0.05 | 187.35 | 0.67 | 0.86 |
| Hex | C2 | ED | F3 | 14 | 2 | 0 | 5 | BB | 43 | 56 |
| Octal | 302 | 355 | 363 | 24 | 2 | 0 | 5 | 273 | 103 | 126 |
| Binary | 11000010 | 11101101 | 11110011 | 10100 | 10 | 0 | 101 | 10111011 | 1000011 | 1010110 |
Color Harmonies of #C2EDF3
Complementary color
Monochromatic Colors of #C2EDF3
Black with #C2EDF3
Text Example
Text Example
White with #C2EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDF3; }
p { color: rgb(194,237,243); }
H1.HeaderClassName
{
color: #C2EDF3;
}
.AnyTagClassName
{
color: #C2EDF3;
}
</style>
background-color css
<style>
a { background-color: #C2EDF3; }
a { background-color: rgb(194,237,243); }
div.DivClassName
{
background-color: #C2EDF3;
}
.BgClassName
{
background-color: #C2EDF3;
}
</style>
border-color css
<style>
span { border-color: #C2EDF3; }
span { border-color: rgb(194,237,243); }
td.TdClassName
{
border-color: #C2EDF3;
}
.TagClassName
{
border-color: #C2EDF3;
}
</style>