Shades of Onahau #C5EEFA
Tints of Onahau #C5EEFA
RGB
CMYK
RGB Variations
Color information
#C5EEFA (or 0xC5EEFA) is known color: Onahau. HEX triplet: C5, EE and FA. RGB value is (197,238,250). Sum of RGB (Red+Green+Blue) = 197+238+250=685 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.76% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EEFA is #3A1105. Grayscale: #E3E3E3. Windows color (decimal): -3805446 or 16445125. OLE color: 16445125.
HSL color Cylindrical-coordinate representation of color #C5EEFA: hue angle of 193.58º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5EEFA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 238 | 250 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.02 |
| HSL | 193.58º | 0.84% | 0.88% | - |
| HSV(B) | 193.58º | 0.21% | 0.98% | - |
| XYZ | 70.86 | 79.92 | 102.13 | - |
| YUV | 227.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 250 | 0.21 | 0.05 | 0 | 0.02 | 193.58 | 0.84 | 0.88 |
| Hex | C5 | EE | FA | 15 | 5 | 0 | 2 | C2 | 54 | 58 |
| Octal | 305 | 356 | 372 | 25 | 5 | 0 | 2 | 302 | 124 | 130 |
| Binary | 11000101 | 11101110 | 11111010 | 10101 | 101 | 0 | 10 | 11000010 | 1010100 | 1011000 |
Color Harmonies of #C5EEFA
Complementary color
Monochromatic Colors of #C5EEFA
Black with #C5EEFA
Text Example
Text Example
White with #C5EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEFA; }
p { color: rgb(197,238,250); }
H1.HeaderClassName
{
color: #C5EEFA;
}
.AnyTagClassName
{
color: #C5EEFA;
}
</style>
background-color css
<style>
a { background-color: #C5EEFA; }
a { background-color: rgb(197,238,250); }
div.DivClassName
{
background-color: #C5EEFA;
}
.BgClassName
{
background-color: #C5EEFA;
}
</style>
border-color css
<style>
span { border-color: #C5EEFA; }
span { border-color: rgb(197,238,250); }
td.TdClassName
{
border-color: #C5EEFA;
}
.TagClassName
{
border-color: #C5EEFA;
}
</style>