Shades of Onahau #C5EDF7
Tints of Onahau #C5EDF7
RGB
CMYK
RGB Variations
Color information
#C5EDF7 (or 0xC5EDF7) is known color: Onahau. HEX triplet: C5, ED and F7. RGB value is (197,237,247). Sum of RGB (Red+Green+Blue) = 197+237+247=681 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.93% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 247 - color contains mainly: blue. Hex color #C5EDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EDF7 is #3A1208. Grayscale: #E2E2E2. Windows color (decimal): -3805705 or 16248261. OLE color: 16248261.
HSL color Cylindrical-coordinate representation of color #C5EDF7: hue angle of 192º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5EDF7 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 237 | 247 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.03 |
| HSL | 192º | 0.76% | 0.87% | - |
| HSV(B) | 192º | 0.2% | 0.97% | - |
| XYZ | 70.1 | 79.15 | 99.58 | - |
| YUV | 226.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 247 | 0.20 | 0.04 | 0 | 0.03 | 192 | 0.76 | 0.87 |
| Hex | C5 | ED | F7 | 14 | 4 | 0 | 3 | C0 | 4C | 57 |
| Octal | 305 | 355 | 367 | 24 | 4 | 0 | 3 | 300 | 114 | 127 |
| Binary | 11000101 | 11101101 | 11110111 | 10100 | 100 | 0 | 11 | 11000000 | 1001100 | 1010111 |
Color Harmonies of #C5EDF7
Complementary color
Monochromatic Colors of #C5EDF7
Black with #C5EDF7
Text Example
Text Example
White with #C5EDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDF7; }
p { color: rgb(197,237,247); }
H1.HeaderClassName
{
color: #C5EDF7;
}
.AnyTagClassName
{
color: #C5EDF7;
}
</style>
background-color css
<style>
a { background-color: #C5EDF7; }
a { background-color: rgb(197,237,247); }
div.DivClassName
{
background-color: #C5EDF7;
}
.BgClassName
{
background-color: #C5EDF7;
}
</style>
border-color css
<style>
span { border-color: #C5EDF7; }
span { border-color: rgb(197,237,247); }
td.TdClassName
{
border-color: #C5EDF7;
}
.TagClassName
{
border-color: #C5EDF7;
}
</style>