Shades of Onahau #C3ECF5
Tints of Onahau #C3ECF5
RGB
CMYK
RGB Variations
Color information
#C3ECF5 (or 0xC3ECF5) is known color: Onahau. HEX triplet: C3, EC and F5. RGB value is (195,236,245). Sum of RGB (Red+Green+Blue) = 195+236+245=676 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.85% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 245 - color contains mainly: blue. Hex color #C3ECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3ECF5 is #3C130A. Grayscale: #E0E0E0. Windows color (decimal): -3937035 or 16116931. OLE color: 16116931.
HSL color Cylindrical-coordinate representation of color #C3ECF5: hue angle of 190.8º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3ECF5 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 236 | 245 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.04 |
| HSL | 190.8º | 0.71% | 0.86% | - |
| HSV(B) | 190.8º | 0.2% | 0.96% | - |
| XYZ | 68.98 | 78.19 | 97.84 | - |
| YUV | 224.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 245 | 0.20 | 0.04 | 0 | 0.04 | 190.8 | 0.71 | 0.86 |
| Hex | C3 | EC | F5 | 14 | 4 | 0 | 4 | BF | 47 | 56 |
| Octal | 303 | 354 | 365 | 24 | 4 | 0 | 4 | 277 | 107 | 126 |
| Binary | 11000011 | 11101100 | 11110101 | 10100 | 100 | 0 | 100 | 10111111 | 1000111 | 1010110 |
Color Harmonies of #C3ECF5
Complementary color
Monochromatic Colors of #C3ECF5
Black with #C3ECF5
Text Example
Text Example
White with #C3ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ECF5; }
p { color: rgb(195,236,245); }
H1.HeaderClassName
{
color: #C3ECF5;
}
.AnyTagClassName
{
color: #C3ECF5;
}
</style>
background-color css
<style>
a { background-color: #C3ECF5; }
a { background-color: rgb(195,236,245); }
div.DivClassName
{
background-color: #C3ECF5;
}
.BgClassName
{
background-color: #C3ECF5;
}
</style>
border-color css
<style>
span { border-color: #C3ECF5; }
span { border-color: rgb(195,236,245); }
td.TdClassName
{
border-color: #C3ECF5;
}
.TagClassName
{
border-color: #C3ECF5;
}
</style>