Shades of Onahau #C5EBF2
Tints of Onahau #C5EBF2
RGB
CMYK
RGB Variations
Color information
#C5EBF2 (or 0xC5EBF2) is known color: Onahau. HEX triplet: C5, EB and F2. RGB value is (197,235,242). Sum of RGB (Red+Green+Blue) = 197+235+242=674 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.23% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5EBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBF2 is #3A140D. Grayscale: #E0E0E0. Windows color (decimal): -3806222 or 15920069. OLE color: 15920069.
HSL color Cylindrical-coordinate representation of color #C5EBF2: hue angle of 189.33º 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 #C5EBF2 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 235 | 242 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.05 |
| HSL | 189.33º | 0.63% | 0.86% | - |
| HSV(B) | 189.33º | 0.19% | 0.95% | - |
| XYZ | 68.76 | 77.7 | 95.38 | - |
| YUV | 224.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 235 | 242 | 0.19 | 0.03 | 0 | 0.05 | 189.33 | 0.63 | 0.86 |
| Hex | C5 | EB | F2 | 13 | 3 | 0 | 5 | BD | 3F | 56 |
| Octal | 305 | 353 | 362 | 23 | 3 | 0 | 5 | 275 | 77 | 126 |
| Binary | 11000101 | 11101011 | 11110010 | 10011 | 11 | 0 | 101 | 10111101 | 111111 | 1010110 |
Color Harmonies of #C5EBF2
Complementary color
Monochromatic Colors of #C5EBF2
Black with #C5EBF2
Text Example
Text Example
White with #C5EBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EBF2; }
p { color: rgb(197,235,242); }
H1.HeaderClassName
{
color: #C5EBF2;
}
.AnyTagClassName
{
color: #C5EBF2;
}
</style>
background-color css
<style>
a { background-color: #C5EBF2; }
a { background-color: rgb(197,235,242); }
div.DivClassName
{
background-color: #C5EBF2;
}
.BgClassName
{
background-color: #C5EBF2;
}
</style>
border-color css
<style>
span { border-color: #C5EBF2; }
span { border-color: rgb(197,235,242); }
td.TdClassName
{
border-color: #C5EBF2;
}
.TagClassName
{
border-color: #C5EBF2;
}
</style>