Shades of Onahau #C3EEF2
Tints of Onahau #C3EEF2
RGB
CMYK
RGB Variations
Color information
#C3EEF2 (or 0xC3EEF2) is known color: Onahau. HEX triplet: C3, EE and F2. RGB value is (195,238,242). Sum of RGB (Red+Green+Blue) = 195+238+242=675 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.89% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3EEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EEF2 is #3C110D. Grayscale: #E1E1E1. Windows color (decimal): -3936526 or 15920835. OLE color: 15920835.
HSL color Cylindrical-coordinate representation of color #C3EEF2: hue angle of 185.11º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3EEF2 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 238 | 242 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.05 |
| HSL | 185.11º | 0.64% | 0.86% | - |
| HSV(B) | 185.11º | 0.19% | 0.95% | - |
| XYZ | 69.11 | 79.16 | 95.64 | - |
| YUV | 225.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 242 | 0.19 | 0.02 | 0 | 0.05 | 185.11 | 0.64 | 0.86 |
| Hex | C3 | EE | F2 | 13 | 2 | 0 | 5 | B9 | 40 | 56 |
| Octal | 303 | 356 | 362 | 23 | 2 | 0 | 5 | 271 | 100 | 126 |
| Binary | 11000011 | 11101110 | 11110010 | 10011 | 10 | 0 | 101 | 10111001 | 1000000 | 1010110 |
Color Harmonies of #C3EEF2
Complementary color
Monochromatic Colors of #C3EEF2
Black with #C3EEF2
Text Example
Text Example
White with #C3EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EEF2; }
p { color: rgb(195,238,242); }
H1.HeaderClassName
{
color: #C3EEF2;
}
.AnyTagClassName
{
color: #C3EEF2;
}
</style>
background-color css
<style>
a { background-color: #C3EEF2; }
a { background-color: rgb(195,238,242); }
div.DivClassName
{
background-color: #C3EEF2;
}
.BgClassName
{
background-color: #C3EEF2;
}
</style>
border-color css
<style>
span { border-color: #C3EEF2; }
span { border-color: rgb(195,238,242); }
td.TdClassName
{
border-color: #C3EEF2;
}
.TagClassName
{
border-color: #C3EEF2;
}
</style>