Shades of Onahau #C3EDF3
Tints of Onahau #C3EDF3
RGB
CMYK
RGB Variations
Color information
#C3EDF3 (or 0xC3EDF3) is known color: Onahau. HEX triplet: C3, ED and F3. RGB value is (195,237,243). Sum of RGB (Red+Green+Blue) = 195+237+243=675 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.89% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3EDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EDF3 is #3C120C. Grayscale: #E1E1E1. Windows color (decimal): -3936781 or 15986115. OLE color: 15986115.
HSL color Cylindrical-coordinate representation of color #C3EDF3: hue angle of 187.5º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3EDF3 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 237 | 243 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.05 |
| HSL | 187.5º | 0.67% | 0.86% | - |
| HSV(B) | 187.5º | 0.2% | 0.95% | - |
| XYZ | 68.97 | 78.64 | 96.34 | - |
| YUV | 225.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 243 | 0.20 | 0.02 | 0 | 0.05 | 187.5 | 0.67 | 0.86 |
| Hex | C3 | ED | F3 | 14 | 2 | 0 | 5 | BC | 43 | 56 |
| Octal | 303 | 355 | 363 | 24 | 2 | 0 | 5 | 274 | 103 | 126 |
| Binary | 11000011 | 11101101 | 11110011 | 10100 | 10 | 0 | 101 | 10111100 | 1000011 | 1010110 |
Color Harmonies of #C3EDF3
Complementary color
Monochromatic Colors of #C3EDF3
Black with #C3EDF3
Text Example
Text Example
White with #C3EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EDF3; }
p { color: rgb(195,237,243); }
H1.HeaderClassName
{
color: #C3EDF3;
}
.AnyTagClassName
{
color: #C3EDF3;
}
</style>
background-color css
<style>
a { background-color: #C3EDF3; }
a { background-color: rgb(195,237,243); }
div.DivClassName
{
background-color: #C3EDF3;
}
.BgClassName
{
background-color: #C3EDF3;
}
</style>
border-color css
<style>
span { border-color: #C3EDF3; }
span { border-color: rgb(195,237,243); }
td.TdClassName
{
border-color: #C3EDF3;
}
.TagClassName
{
border-color: #C3EDF3;
}
</style>