Shades of Onahau #C1EFFC
Tints of Onahau #C1EFFC
RGB
CMYK
RGB Variations
Color information
#C1EFFC (or 0xC1EFFC) is known color: Onahau. HEX triplet: C1, EF and FC. RGB value is (193,239,252). Sum of RGB (Red+Green+Blue) = 193+239+252=684 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.22% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EFFC is #3E1003. Grayscale: #E2E2E2. Windows color (decimal): -4067332 or 16576449. OLE color: 16576449.
HSL color Cylindrical-coordinate representation of color #C1EFFC: hue angle of 193.22º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1EFFC is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 239 | 252 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.01 |
| HSL | 193.22º | 0.91% | 0.87% | - |
| HSV(B) | 193.22º | 0.23% | 0.99% | - |
| XYZ | 70.43 | 80.1 | 103.84 | - |
| YUV | 226.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 239 | 252 | 0.23 | 0.05 | 0 | 0.01 | 193.22 | 0.91 | 0.87 |
| Hex | C1 | EF | FC | 17 | 5 | 0 | 1 | C1 | 5B | 57 |
| Octal | 301 | 357 | 374 | 27 | 5 | 0 | 1 | 301 | 133 | 127 |
| Binary | 11000001 | 11101111 | 11111100 | 10111 | 101 | 0 | 1 | 11000001 | 1011011 | 1010111 |
Color Harmonies of #C1EFFC
Complementary color
Monochromatic Colors of #C1EFFC
Black with #C1EFFC
Text Example
Text Example
White with #C1EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EFFC; }
p { color: rgb(193,239,252); }
H1.HeaderClassName
{
color: #C1EFFC;
}
.AnyTagClassName
{
color: #C1EFFC;
}
</style>
background-color css
<style>
a { background-color: #C1EFFC; }
a { background-color: rgb(193,239,252); }
div.DivClassName
{
background-color: #C1EFFC;
}
.BgClassName
{
background-color: #C1EFFC;
}
</style>
border-color css
<style>
span { border-color: #C1EFFC; }
span { border-color: rgb(193,239,252); }
td.TdClassName
{
border-color: #C1EFFC;
}
.TagClassName
{
border-color: #C1EFFC;
}
</style>