Shades of Onahau #C1F3FE
Tints of Onahau #C1F3FE
RGB
CMYK
RGB Variations
Color information
#C1F3FE (or 0xC1F3FE) is known color: Onahau. HEX triplet: C1, F3 and FE. RGB value is (193,243,254). Sum of RGB (Red+Green+Blue) = 193+243+254=690 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.97% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1F3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F3FE is #3E0C01. Grayscale: #E5E5E5. Windows color (decimal): -4066306 or 16708545. OLE color: 16708545.
HSL color Cylindrical-coordinate representation of color #C1F3FE: hue angle of 190.82º 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 #C1F3FE is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 243 | 254 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.00 |
| HSL | 190.82º | 0.97% | 0.88% | - |
| HSV(B) | 190.82º | 0.24% | 1% | - |
| XYZ | 71.93 | 82.59 | 105.92 | - |
| YUV | 229.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 243 | 254 | 0.24 | 0.04 | 0 | 0.00 | 190.82 | 0.97 | 0.88 |
| Hex | C1 | F3 | FE | 18 | 4 | 0 | 0 | BF | 61 | 58 |
| Octal | 301 | 363 | 376 | 30 | 4 | 0 | 0 | 277 | 141 | 130 |
| Binary | 11000001 | 11110011 | 11111110 | 11000 | 100 | 0 | 0 | 10111111 | 1100001 | 1011000 |
Color Harmonies of #C1F3FE
Complementary color
Monochromatic Colors of #C1F3FE
Black with #C1F3FE
Text Example
Text Example
White with #C1F3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F3FE; }
p { color: rgb(193,243,254); }
H1.HeaderClassName
{
color: #C1F3FE;
}
.AnyTagClassName
{
color: #C1F3FE;
}
</style>
background-color css
<style>
a { background-color: #C1F3FE; }
a { background-color: rgb(193,243,254); }
div.DivClassName
{
background-color: #C1F3FE;
}
.BgClassName
{
background-color: #C1F3FE;
}
</style>
border-color css
<style>
span { border-color: #C1F3FE; }
span { border-color: rgb(193,243,254); }
td.TdClassName
{
border-color: #C1F3FE;
}
.TagClassName
{
border-color: #C1F3FE;
}
</style>