Shades of Onahau #C1F4FF
Tints of Onahau #C1F4FF
RGB
CMYK
RGB Variations
Color information
#C1F4FF (or 0xC1F4FF) is known color: Onahau. HEX triplet: C1, F4 and FF. RGB value is (193,244,255). Sum of RGB (Red+Green+Blue) = 193+244+255=692 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.89% from 692); Green value is 244 (95.70% from 255 or 35.26% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1F4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F4FF is #3E0B00. Grayscale: #E5E5E5. Windows color (decimal): -4066049 or 16774337. OLE color: 16774337.
HSL color Cylindrical-coordinate representation of color #C1F4FF: hue angle of 190.65º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1F4FF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 244 | 255 | - |
| CMYK | 0.24 | 0.04 | 0 | 0 |
| HSL | 190.65º | 1% | 0.88% | - |
| HSV(B) | 190.65º | 0.24% | 1% | - |
| XYZ | 72.39 | 83.26 | 106.86 | - |
| YUV | 230.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 255 | 0.24 | 0.04 | 0 | 0 | 190.65 | 1 | 0.88 |
| Hex | C1 | F4 | FF | 18 | 4 | 0 | 0 | BF | 64 | 58 |
| Octal | 301 | 364 | 377 | 30 | 4 | 0 | 0 | 277 | 144 | 130 |
| Binary | 11000001 | 11110100 | 11111111 | 11000 | 100 | 0 | 0 | 10111111 | 1100100 | 1011000 |
Color Harmonies of #C1F4FF
Complementary color
Monochromatic Colors of #C1F4FF
Black with #C1F4FF
Text Example
Text Example
White with #C1F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F4FF; }
p { color: rgb(193,244,255); }
H1.HeaderClassName
{
color: #C1F4FF;
}
.AnyTagClassName
{
color: #C1F4FF;
}
</style>
background-color css
<style>
a { background-color: #C1F4FF; }
a { background-color: rgb(193,244,255); }
div.DivClassName
{
background-color: #C1F4FF;
}
.BgClassName
{
background-color: #C1F4FF;
}
</style>
border-color css
<style>
span { border-color: #C1F4FF; }
span { border-color: rgb(193,244,255); }
td.TdClassName
{
border-color: #C1F4FF;
}
.TagClassName
{
border-color: #C1F4FF;
}
</style>