Shades of Onahau #C7EDF1
Tints of Onahau #C7EDF1
RGB
CMYK
RGB Variations
Color information
#C7EDF1 (or 0xC7EDF1) is known color: Onahau. HEX triplet: C7, ED and F1. RGB value is (199,237,241). Sum of RGB (Red+Green+Blue) = 199+237+241=677 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.39% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EDF1 is #38120E. Grayscale: #E2E2E2. Windows color (decimal): -3674639 or 15855047. OLE color: 15855047.
HSL color Cylindrical-coordinate representation of color #C7EDF1: hue angle of 185.71º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7EDF1 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 237 | 241 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.05 |
| HSL | 185.71º | 0.6% | 0.86% | - |
| HSV(B) | 185.71º | 0.17% | 0.95% | - |
| XYZ | 69.71 | 79.06 | 94.81 | - |
| YUV | 226.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 241 | 0.17 | 0.02 | 0 | 0.05 | 185.71 | 0.6 | 0.86 |
| Hex | C7 | ED | F1 | 11 | 2 | 0 | 5 | BA | 3C | 56 |
| Octal | 307 | 355 | 361 | 21 | 2 | 0 | 5 | 272 | 74 | 126 |
| Binary | 11000111 | 11101101 | 11110001 | 10001 | 10 | 0 | 101 | 10111010 | 111100 | 1010110 |
Color Harmonies of #C7EDF1
Complementary color
Monochromatic Colors of #C7EDF1
Black with #C7EDF1
Text Example
Text Example
White with #C7EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EDF1; }
p { color: rgb(199,237,241); }
H1.HeaderClassName
{
color: #C7EDF1;
}
.AnyTagClassName
{
color: #C7EDF1;
}
</style>
background-color css
<style>
a { background-color: #C7EDF1; }
a { background-color: rgb(199,237,241); }
div.DivClassName
{
background-color: #C7EDF1;
}
.BgClassName
{
background-color: #C7EDF1;
}
</style>
border-color css
<style>
span { border-color: #C7EDF1; }
span { border-color: rgb(199,237,241); }
td.TdClassName
{
border-color: #C7EDF1;
}
.TagClassName
{
border-color: #C7EDF1;
}
</style>