Shades of Onahau #C3E6EF
Tints of Onahau #C3E6EF
RGB
CMYK
RGB Variations
Color information
#C3E6EF (or 0xC3E6EF) is known color: Onahau. HEX triplet: C3, E6 and EF. RGB value is (195,230,239). Sum of RGB (Red+Green+Blue) = 195+230+239=664 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.37% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3E6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E6EF is #3C1910. Grayscale: #DCDCDC. Windows color (decimal): -3938577 or 15722179. OLE color: 15722179.
HSL color Cylindrical-coordinate representation of color #C3E6EF: hue angle of 192.27º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3E6EF is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 230 | 239 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.06 |
| HSL | 192.27º | 0.58% | 0.85% | - |
| HSV(B) | 192.27º | 0.18% | 0.94% | - |
| XYZ | 66.38 | 74.43 | 92.53 | - |
| YUV | 220.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 239 | 0.18 | 0.04 | 0 | 0.06 | 192.27 | 0.58 | 0.85 |
| Hex | C3 | E6 | EF | 12 | 4 | 0 | 6 | C0 | 3A | 55 |
| Octal | 303 | 346 | 357 | 22 | 4 | 0 | 6 | 300 | 72 | 125 |
| Binary | 11000011 | 11100110 | 11101111 | 10010 | 100 | 0 | 110 | 11000000 | 111010 | 1010101 |
Color Harmonies of #C3E6EF
Complementary color
Monochromatic Colors of #C3E6EF
Black with #C3E6EF
Text Example
Text Example
White with #C3E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E6EF; }
p { color: rgb(195,230,239); }
H1.HeaderClassName
{
color: #C3E6EF;
}
.AnyTagClassName
{
color: #C3E6EF;
}
</style>
background-color css
<style>
a { background-color: #C3E6EF; }
a { background-color: rgb(195,230,239); }
div.DivClassName
{
background-color: #C3E6EF;
}
.BgClassName
{
background-color: #C3E6EF;
}
</style>
border-color css
<style>
span { border-color: #C3E6EF; }
span { border-color: rgb(195,230,239); }
td.TdClassName
{
border-color: #C3E6EF;
}
.TagClassName
{
border-color: #C3E6EF;
}
</style>