Shades of Onahau #C3EDEF
Tints of Onahau #C3EDEF
RGB
CMYK
RGB Variations
Color information
#C3EDEF (or 0xC3EDEF) is known color: Onahau. HEX triplet: C3, ED and EF. RGB value is (195,237,239). Sum of RGB (Red+Green+Blue) = 195+237+239=671 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.06% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EDEF is #3C1210. Grayscale: #E0E0E0. Windows color (decimal): -3936785 or 15723971. OLE color: 15723971.
HSL color Cylindrical-coordinate representation of color #C3EDEF: hue angle of 182.73º 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 #C3EDEF is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 237 | 239 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.06 |
| HSL | 182.73º | 0.58% | 0.85% | - |
| HSV(B) | 182.73º | 0.18% | 0.94% | - |
| XYZ | 68.37 | 78.4 | 93.19 | - |
| YUV | 224.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 239 | 0.18 | 0.01 | 0 | 0.06 | 182.73 | 0.58 | 0.85 |
| Hex | C3 | ED | EF | 12 | 1 | 0 | 6 | B7 | 3A | 55 |
| Octal | 303 | 355 | 357 | 22 | 1 | 0 | 6 | 267 | 72 | 125 |
| Binary | 11000011 | 11101101 | 11101111 | 10010 | 1 | 0 | 110 | 10110111 | 111010 | 1010101 |
Color Harmonies of #C3EDEF
Complementary color
Monochromatic Colors of #C3EDEF
Black with #C3EDEF
Text Example
Text Example
White with #C3EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EDEF; }
p { color: rgb(195,237,239); }
H1.HeaderClassName
{
color: #C3EDEF;
}
.AnyTagClassName
{
color: #C3EDEF;
}
</style>
background-color css
<style>
a { background-color: #C3EDEF; }
a { background-color: rgb(195,237,239); }
div.DivClassName
{
background-color: #C3EDEF;
}
.BgClassName
{
background-color: #C3EDEF;
}
</style>
border-color css
<style>
span { border-color: #C3EDEF; }
span { border-color: rgb(195,237,239); }
td.TdClassName
{
border-color: #C3EDEF;
}
.TagClassName
{
border-color: #C3EDEF;
}
</style>