Shades of Onahau #C3EEF6
Tints of Onahau #C3EEF6
RGB
CMYK
RGB Variations
Color information
#C3EEF6 (or 0xC3EEF6) is known color: Onahau. HEX triplet: C3, EE and F6. RGB value is (195,238,246). Sum of RGB (Red+Green+Blue) = 195+238+246=679 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.72% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #C3EEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EEF6 is #3C1109. Grayscale: #E1E1E1. Windows color (decimal): -3936522 or 16182979. OLE color: 16182979.
HSL color Cylindrical-coordinate representation of color #C3EEF6: hue angle of 189.41º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3EEF6 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 238 | 246 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.04 |
| HSL | 189.41º | 0.74% | 0.86% | - |
| HSV(B) | 189.41º | 0.21% | 0.96% | - |
| XYZ | 69.71 | 79.41 | 98.84 | - |
| YUV | 226.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 246 | 0.21 | 0.03 | 0 | 0.04 | 189.41 | 0.74 | 0.86 |
| Hex | C3 | EE | F6 | 15 | 3 | 0 | 4 | BD | 4A | 56 |
| Octal | 303 | 356 | 366 | 25 | 3 | 0 | 4 | 275 | 112 | 126 |
| Binary | 11000011 | 11101110 | 11110110 | 10101 | 11 | 0 | 100 | 10111101 | 1001010 | 1010110 |
Color Harmonies of #C3EEF6
Complementary color
Monochromatic Colors of #C3EEF6
Black with #C3EEF6
Text Example
Text Example
White with #C3EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EEF6; }
p { color: rgb(195,238,246); }
H1.HeaderClassName
{
color: #C3EEF6;
}
.AnyTagClassName
{
color: #C3EEF6;
}
</style>
background-color css
<style>
a { background-color: #C3EEF6; }
a { background-color: rgb(195,238,246); }
div.DivClassName
{
background-color: #C3EEF6;
}
.BgClassName
{
background-color: #C3EEF6;
}
</style>
border-color css
<style>
span { border-color: #C3EEF6; }
span { border-color: rgb(195,238,246); }
td.TdClassName
{
border-color: #C3EEF6;
}
.TagClassName
{
border-color: #C3EEF6;
}
</style>