Shades of Onahau #C1F4FE
Tints of Onahau #C1F4FE
RGB
CMYK
RGB Variations
Color information
#C1F4FE (or 0xC1F4FE) is known color: Onahau. HEX triplet: C1, F4 and FE. RGB value is (193,244,254). Sum of RGB (Red+Green+Blue) = 193+244+254=691 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.93% from 691); Green value is 244 (95.70% from 255 or 35.31% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1F4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F4FE is #3E0B01. Grayscale: #E5E5E5. Windows color (decimal): -4066050 or 16708801. OLE color: 16708801.
HSL color Cylindrical-coordinate representation of color #C1F4FE: hue angle of 189.84º 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 #C1F4FE is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 244 | 254 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.00 |
| HSL | 189.84º | 0.97% | 0.88% | - |
| HSV(B) | 189.84º | 0.24% | 1% | - |
| XYZ | 72.23 | 83.19 | 106.02 | - |
| YUV | 229.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 254 | 0.24 | 0.04 | 0 | 0.00 | 189.84 | 0.97 | 0.88 |
| Hex | C1 | F4 | FE | 18 | 4 | 0 | 0 | BE | 61 | 58 |
| Octal | 301 | 364 | 376 | 30 | 4 | 0 | 0 | 276 | 141 | 130 |
| Binary | 11000001 | 11110100 | 11111110 | 11000 | 100 | 0 | 0 | 10111110 | 1100001 | 1011000 |
Color Harmonies of #C1F4FE
Complementary color
Monochromatic Colors of #C1F4FE
Black with #C1F4FE
Text Example
Text Example
White with #C1F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F4FE; }
p { color: rgb(193,244,254); }
H1.HeaderClassName
{
color: #C1F4FE;
}
.AnyTagClassName
{
color: #C1F4FE;
}
</style>
background-color css
<style>
a { background-color: #C1F4FE; }
a { background-color: rgb(193,244,254); }
div.DivClassName
{
background-color: #C1F4FE;
}
.BgClassName
{
background-color: #C1F4FE;
}
</style>
border-color css
<style>
span { border-color: #C1F4FE; }
span { border-color: rgb(193,244,254); }
td.TdClassName
{
border-color: #C1F4FE;
}
.TagClassName
{
border-color: #C1F4FE;
}
</style>