Shades of Onahau #C1EAFA
Tints of Onahau #C1EAFA
RGB
CMYK
RGB Variations
Color information
#C1EAFA (or 0xC1EAFA) is known color: Onahau. HEX triplet: C1, EA and FA. RGB value is (193,234,250). Sum of RGB (Red+Green+Blue) = 193+234+250=677 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.51% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EAFA is #3E1505. Grayscale: #DFDFDF. Windows color (decimal): -4068614 or 16444097. OLE color: 16444097.
HSL color Cylindrical-coordinate representation of color #C1EAFA: hue angle of 196.84º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1EAFA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 234 | 250 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.02 |
| HSL | 196.84º | 0.85% | 0.87% | - |
| HSV(B) | 196.84º | 0.23% | 0.98% | - |
| XYZ | 68.67 | 77.09 | 101.7 | - |
| YUV | 223.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 250 | 0.23 | 0.06 | 0 | 0.02 | 196.84 | 0.85 | 0.87 |
| Hex | C1 | EA | FA | 17 | 6 | 0 | 2 | C5 | 55 | 57 |
| Octal | 301 | 352 | 372 | 27 | 6 | 0 | 2 | 305 | 125 | 127 |
| Binary | 11000001 | 11101010 | 11111010 | 10111 | 110 | 0 | 10 | 11000101 | 1010101 | 1010111 |
Color Harmonies of #C1EAFA
Complementary color
Monochromatic Colors of #C1EAFA
Black with #C1EAFA
Text Example
Text Example
White with #C1EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EAFA; }
p { color: rgb(193,234,250); }
H1.HeaderClassName
{
color: #C1EAFA;
}
.AnyTagClassName
{
color: #C1EAFA;
}
</style>
background-color css
<style>
a { background-color: #C1EAFA; }
a { background-color: rgb(193,234,250); }
div.DivClassName
{
background-color: #C1EAFA;
}
.BgClassName
{
background-color: #C1EAFA;
}
</style>
border-color css
<style>
span { border-color: #C1EAFA; }
span { border-color: rgb(193,234,250); }
td.TdClassName
{
border-color: #C1EAFA;
}
.TagClassName
{
border-color: #C1EAFA;
}
</style>