Shades of Onahau #C1EFFE
Tints of Onahau #C1EFFE
RGB
CMYK
RGB Variations
Color information
#C1EFFE (or 0xC1EFFE) is known color: Onahau. HEX triplet: C1, EF and FE. RGB value is (193,239,254). Sum of RGB (Red+Green+Blue) = 193+239+254=686 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.13% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EFFE is #3E1001. Grayscale: #E2E2E2. Windows color (decimal): -4067330 or 16707521. OLE color: 16707521.
HSL color Cylindrical-coordinate representation of color #C1EFFE: hue angle of 194.75º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1EFFE is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 239 | 254 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.00 |
| HSL | 194.75º | 0.97% | 0.88% | - |
| HSV(B) | 194.75º | 0.24% | 1% | - |
| XYZ | 70.75 | 80.23 | 105.52 | - |
| YUV | 226.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 239 | 254 | 0.24 | 0.06 | 0 | 0.00 | 194.75 | 0.97 | 0.88 |
| Hex | C1 | EF | FE | 18 | 6 | 0 | 0 | C3 | 61 | 58 |
| Octal | 301 | 357 | 376 | 30 | 6 | 0 | 0 | 303 | 141 | 130 |
| Binary | 11000001 | 11101111 | 11111110 | 11000 | 110 | 0 | 0 | 11000011 | 1100001 | 1011000 |
Color Harmonies of #C1EFFE
Complementary color
Monochromatic Colors of #C1EFFE
Black with #C1EFFE
Text Example
Text Example
White with #C1EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EFFE; }
p { color: rgb(193,239,254); }
H1.HeaderClassName
{
color: #C1EFFE;
}
.AnyTagClassName
{
color: #C1EFFE;
}
</style>
background-color css
<style>
a { background-color: #C1EFFE; }
a { background-color: rgb(193,239,254); }
div.DivClassName
{
background-color: #C1EFFE;
}
.BgClassName
{
background-color: #C1EFFE;
}
</style>
border-color css
<style>
span { border-color: #C1EFFE; }
span { border-color: rgb(193,239,254); }
td.TdClassName
{
border-color: #C1EFFE;
}
.TagClassName
{
border-color: #C1EFFE;
}
</style>