Shades of Onahau #C5EDF2
Tints of Onahau #C5EDF2
RGB
CMYK
RGB Variations
Color information
#C5EDF2 (or 0xC5EDF2) is known color: Onahau. HEX triplet: C5, ED and F2. RGB value is (197,237,242). Sum of RGB (Red+Green+Blue) = 197+237+242=676 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.14% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EDF2 is #3A120D. Grayscale: #E1E1E1. Windows color (decimal): -3805710 or 15920581. OLE color: 15920581.
HSL color Cylindrical-coordinate representation of color #C5EDF2: hue angle of 186.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5EDF2 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 237 | 242 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.05 |
| HSL | 186.67º | 0.63% | 0.86% | - |
| HSV(B) | 186.67º | 0.19% | 0.95% | - |
| XYZ | 69.34 | 78.85 | 95.57 | - |
| YUV | 225.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 242 | 0.19 | 0.02 | 0 | 0.05 | 186.67 | 0.63 | 0.86 |
| Hex | C5 | ED | F2 | 13 | 2 | 0 | 5 | BB | 3F | 56 |
| Octal | 305 | 355 | 362 | 23 | 2 | 0 | 5 | 273 | 77 | 126 |
| Binary | 11000101 | 11101101 | 11110010 | 10011 | 10 | 0 | 101 | 10111011 | 111111 | 1010110 |
Color Harmonies of #C5EDF2
Complementary color
Monochromatic Colors of #C5EDF2
Black with #C5EDF2
Text Example
Text Example
White with #C5EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDF2; }
p { color: rgb(197,237,242); }
H1.HeaderClassName
{
color: #C5EDF2;
}
.AnyTagClassName
{
color: #C5EDF2;
}
</style>
background-color css
<style>
a { background-color: #C5EDF2; }
a { background-color: rgb(197,237,242); }
div.DivClassName
{
background-color: #C5EDF2;
}
.BgClassName
{
background-color: #C5EDF2;
}
</style>
border-color css
<style>
span { border-color: #C5EDF2; }
span { border-color: rgb(197,237,242); }
td.TdClassName
{
border-color: #C5EDF2;
}
.TagClassName
{
border-color: #C5EDF2;
}
</style>