Shades of Onahau #C3EFFD
Tints of Onahau #C3EFFD
RGB
CMYK
RGB Variations
Color information
#C3EFFD (or 0xC3EFFD) is known color: Onahau. HEX triplet: C3, EF and FD. RGB value is (195,239,253). Sum of RGB (Red+Green+Blue) = 195+239+253=687 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.38% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EFFD is #3C1002. Grayscale: #E3E3E3. Windows color (decimal): -3936259 or 16641987. OLE color: 16641987.
HSL color Cylindrical-coordinate representation of color #C3EFFD: hue angle of 194.48º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3EFFD is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 239 | 253 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.01 |
| HSL | 194.48º | 0.94% | 0.88% | - |
| HSV(B) | 194.48º | 0.23% | 0.99% | - |
| XYZ | 71.1 | 80.43 | 104.71 | - |
| YUV | 227.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 253 | 0.23 | 0.06 | 0 | 0.01 | 194.48 | 0.94 | 0.88 |
| Hex | C3 | EF | FD | 17 | 6 | 0 | 1 | C2 | 5E | 58 |
| Octal | 303 | 357 | 375 | 27 | 6 | 0 | 1 | 302 | 136 | 130 |
| Binary | 11000011 | 11101111 | 11111101 | 10111 | 110 | 0 | 1 | 11000010 | 1011110 | 1011000 |
Color Harmonies of #C3EFFD
Complementary color
Monochromatic Colors of #C3EFFD
Black with #C3EFFD
Text Example
Text Example
White with #C3EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EFFD; }
p { color: rgb(195,239,253); }
H1.HeaderClassName
{
color: #C3EFFD;
}
.AnyTagClassName
{
color: #C3EFFD;
}
</style>
background-color css
<style>
a { background-color: #C3EFFD; }
a { background-color: rgb(195,239,253); }
div.DivClassName
{
background-color: #C3EFFD;
}
.BgClassName
{
background-color: #C3EFFD;
}
</style>
border-color css
<style>
span { border-color: #C3EFFD; }
span { border-color: rgb(195,239,253); }
td.TdClassName
{
border-color: #C3EFFD;
}
.TagClassName
{
border-color: #C3EFFD;
}
</style>