Shades of Onahau #C5DAE0
Tints of Onahau #C5DAE0
RGB
CMYK
RGB Variations
Color information
#C5DAE0 (or 0xC5DAE0) is known color: Onahau. HEX triplet: C5, DA and E0. RGB value is (197,218,224). Sum of RGB (Red+Green+Blue) = 197+218+224=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5DAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DAE0 is #3A251F. Grayscale: #D4D4D4. Windows color (decimal): -3810592 or 14736069. OLE color: 14736069.
HSL color Cylindrical-coordinate representation of color #C5DAE0: hue angle of 193.33º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DAE0 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 218 | 224 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.12 |
| HSL | 193.33º | 0.3% | 0.83% | - |
| HSV(B) | 193.33º | 0.12% | 0.88% | - |
| XYZ | 61.55 | 67.39 | 80.29 | - |
| YUV | 212.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 224 | 0.12 | 0.03 | 0 | 0.12 | 193.33 | 0.3 | 0.83 |
| Hex | C5 | DA | E0 | C | 3 | 0 | C | C1 | 1E | 53 |
| Octal | 305 | 332 | 340 | 14 | 3 | 0 | 14 | 301 | 36 | 123 |
| Binary | 11000101 | 11011010 | 11100000 | 1100 | 11 | 0 | 1100 | 11000001 | 11110 | 1010011 |
Color Harmonies of #C5DAE0
Complementary color
Monochromatic Colors of #C5DAE0
Black with #C5DAE0
Text Example
Text Example
White with #C5DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAE0; }
p { color: rgb(197,218,224); }
H1.HeaderClassName
{
color: #C5DAE0;
}
.AnyTagClassName
{
color: #C5DAE0;
}
</style>
background-color css
<style>
a { background-color: #C5DAE0; }
a { background-color: rgb(197,218,224); }
div.DivClassName
{
background-color: #C5DAE0;
}
.BgClassName
{
background-color: #C5DAE0;
}
</style>
border-color css
<style>
span { border-color: #C5DAE0; }
span { border-color: rgb(197,218,224); }
td.TdClassName
{
border-color: #C5DAE0;
}
.TagClassName
{
border-color: #C5DAE0;
}
</style>