Shades of Onahau #C1E2E6
Tints of Onahau #C1E2E6
RGB
CMYK
RGB Variations
Color information
#C1E2E6 (or 0xC1E2E6) is known color: Onahau. HEX triplet: C1, E2 and E6. RGB value is (193,226,230). Sum of RGB (Red+Green+Blue) = 193+226+230=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1E2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E2E6 is #3E1D19. Grayscale: #D8D8D8. Windows color (decimal): -4070682 or 15131329. OLE color: 15131329.
HSL color Cylindrical-coordinate representation of color #C1E2E6: hue angle of 186.49º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1E2E6 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 226 | 230 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.10 |
| HSL | 186.49º | 0.43% | 0.83% | - |
| HSV(B) | 186.49º | 0.16% | 0.9% | - |
| XYZ | 63.47 | 71.44 | 85.31 | - |
| YUV | 216.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 226 | 230 | 0.16 | 0.02 | 0 | 0.10 | 186.49 | 0.43 | 0.83 |
| Hex | C1 | E2 | E6 | 10 | 2 | 0 | A | BA | 2B | 53 |
| Octal | 301 | 342 | 346 | 20 | 2 | 0 | 12 | 272 | 53 | 123 |
| Binary | 11000001 | 11100010 | 11100110 | 10000 | 10 | 0 | 1010 | 10111010 | 101011 | 1010011 |
Color Harmonies of #C1E2E6
Complementary color
Monochromatic Colors of #C1E2E6
Black with #C1E2E6
Text Example
Text Example
White with #C1E2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E2E6; }
p { color: rgb(193,226,230); }
H1.HeaderClassName
{
color: #C1E2E6;
}
.AnyTagClassName
{
color: #C1E2E6;
}
</style>
background-color css
<style>
a { background-color: #C1E2E6; }
a { background-color: rgb(193,226,230); }
div.DivClassName
{
background-color: #C1E2E6;
}
.BgClassName
{
background-color: #C1E2E6;
}
</style>
border-color css
<style>
span { border-color: #C1E2E6; }
span { border-color: rgb(193,226,230); }
td.TdClassName
{
border-color: #C1E2E6;
}
.TagClassName
{
border-color: #C1E2E6;
}
</style>