Shades of Onahau #C1F1FD
Tints of Onahau #C1F1FD
RGB
CMYK
RGB Variations
Color information
#C1F1FD (or 0xC1F1FD) is known color: Onahau. HEX triplet: C1, F1 and FD. RGB value is (193,241,253). Sum of RGB (Red+Green+Blue) = 193+241+253=687 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.09% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1F1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F1FD is #3E0E02. Grayscale: #E3E3E3. Windows color (decimal): -4066819 or 16642497. OLE color: 16642497.
HSL color Cylindrical-coordinate representation of color #C1F1FD: hue angle of 192º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1F1FD is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 241 | 253 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.01 |
| HSL | 192º | 0.94% | 0.87% | - |
| HSV(B) | 192º | 0.24% | 0.99% | - |
| XYZ | 71.18 | 81.34 | 104.88 | - |
| YUV | 228.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 253 | 0.24 | 0.05 | 0 | 0.01 | 192 | 0.94 | 0.87 |
| Hex | C1 | F1 | FD | 18 | 5 | 0 | 1 | C0 | 5E | 57 |
| Octal | 301 | 361 | 375 | 30 | 5 | 0 | 1 | 300 | 136 | 127 |
| Binary | 11000001 | 11110001 | 11111101 | 11000 | 101 | 0 | 1 | 11000000 | 1011110 | 1010111 |
Color Harmonies of #C1F1FD
Complementary color
Monochromatic Colors of #C1F1FD
Black with #C1F1FD
Text Example
Text Example
White with #C1F1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F1FD; }
p { color: rgb(193,241,253); }
H1.HeaderClassName
{
color: #C1F1FD;
}
.AnyTagClassName
{
color: #C1F1FD;
}
</style>
background-color css
<style>
a { background-color: #C1F1FD; }
a { background-color: rgb(193,241,253); }
div.DivClassName
{
background-color: #C1F1FD;
}
.BgClassName
{
background-color: #C1F1FD;
}
</style>
border-color css
<style>
span { border-color: #C1F1FD; }
span { border-color: rgb(193,241,253); }
td.TdClassName
{
border-color: #C1F1FD;
}
.TagClassName
{
border-color: #C1F1FD;
}
</style>