Shades of Onahau #C3EDF5
Tints of Onahau #C3EDF5
RGB
CMYK
RGB Variations
Color information
#C3EDF5 (or 0xC3EDF5) is known color: Onahau. HEX triplet: C3, ED and F5. RGB value is (195,237,245). Sum of RGB (Red+Green+Blue) = 195+237+245=677 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.80% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 245 (96.09% from 255 or 36.19% from 677); Max value from RGB is 245 - color contains mainly: blue. Hex color #C3EDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EDF5 is #3C120A. Grayscale: #E1E1E1. Windows color (decimal): -3936779 or 16117187. OLE color: 16117187.
HSL color Cylindrical-coordinate representation of color #C3EDF5: hue angle of 189.6º 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 #C3EDF5 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 237 | 245 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.04 |
| HSL | 189.6º | 0.71% | 0.86% | - |
| HSV(B) | 189.6º | 0.2% | 0.96% | - |
| XYZ | 69.27 | 78.76 | 97.94 | - |
| YUV | 225.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 245 | 0.20 | 0.03 | 0 | 0.04 | 189.6 | 0.71 | 0.86 |
| Hex | C3 | ED | F5 | 14 | 3 | 0 | 4 | BE | 47 | 56 |
| Octal | 303 | 355 | 365 | 24 | 3 | 0 | 4 | 276 | 107 | 126 |
| Binary | 11000011 | 11101101 | 11110101 | 10100 | 11 | 0 | 100 | 10111110 | 1000111 | 1010110 |
Color Harmonies of #C3EDF5
Complementary color
Monochromatic Colors of #C3EDF5
Black with #C3EDF5
Text Example
Text Example
White with #C3EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EDF5; }
p { color: rgb(195,237,245); }
H1.HeaderClassName
{
color: #C3EDF5;
}
.AnyTagClassName
{
color: #C3EDF5;
}
</style>
background-color css
<style>
a { background-color: #C3EDF5; }
a { background-color: rgb(195,237,245); }
div.DivClassName
{
background-color: #C3EDF5;
}
.BgClassName
{
background-color: #C3EDF5;
}
</style>
border-color css
<style>
span { border-color: #C3EDF5; }
span { border-color: rgb(195,237,245); }
td.TdClassName
{
border-color: #C3EDF5;
}
.TagClassName
{
border-color: #C3EDF5;
}
</style>