Shades of Onahau #C1EAFC
Tints of Onahau #C1EAFC
RGB
CMYK
RGB Variations
Color information
#C1EAFC (or 0xC1EAFC) is known color: Onahau. HEX triplet: C1, EA and FC. RGB value is (193,234,252). Sum of RGB (Red+Green+Blue) = 193+234+252=679 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.42% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EAFC is #3E1503. Grayscale: #DFDFDF. Windows color (decimal): -4068612 or 16575169. OLE color: 16575169.
HSL color Cylindrical-coordinate representation of color #C1EAFC: hue angle of 198.31º 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 #C1EAFC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 234 | 252 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.01 |
| HSL | 198.31º | 0.91% | 0.87% | - |
| HSV(B) | 198.31º | 0.23% | 0.99% | - |
| XYZ | 68.99 | 77.21 | 103.36 | - |
| YUV | 223.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 252 | 0.23 | 0.07 | 0 | 0.01 | 198.31 | 0.91 | 0.87 |
| Hex | C1 | EA | FC | 17 | 7 | 0 | 1 | C6 | 5B | 57 |
| Octal | 301 | 352 | 374 | 27 | 7 | 0 | 1 | 306 | 133 | 127 |
| Binary | 11000001 | 11101010 | 11111100 | 10111 | 111 | 0 | 1 | 11000110 | 1011011 | 1010111 |
Color Harmonies of #C1EAFC
Complementary color
Monochromatic Colors of #C1EAFC
Black with #C1EAFC
Text Example
Text Example
White with #C1EAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EAFC; }
p { color: rgb(193,234,252); }
H1.HeaderClassName
{
color: #C1EAFC;
}
.AnyTagClassName
{
color: #C1EAFC;
}
</style>
background-color css
<style>
a { background-color: #C1EAFC; }
a { background-color: rgb(193,234,252); }
div.DivClassName
{
background-color: #C1EAFC;
}
.BgClassName
{
background-color: #C1EAFC;
}
</style>
border-color css
<style>
span { border-color: #C1EAFC; }
span { border-color: rgb(193,234,252); }
td.TdClassName
{
border-color: #C1EAFC;
}
.TagClassName
{
border-color: #C1EAFC;
}
</style>