Shades of Onahau #C2F1FD
Tints of Onahau #C2F1FD
RGB
CMYK
RGB Variations
Color information
#C2F1FD (or 0xC2F1FD) is known color: Onahau. HEX triplet: C2, F1 and FD. RGB value is (194,241,253). Sum of RGB (Red+Green+Blue) = 194+241+253=688 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.20% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2F1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F1FD is #3D0E02. Grayscale: #E4E4E4. Windows color (decimal): -4001283 or 16642498. OLE color: 16642498.
HSL color Cylindrical-coordinate representation of color #C2F1FD: hue angle of 192.2º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F1FD is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 241 | 253 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.01 |
| HSL | 192.2º | 0.94% | 0.88% | - |
| HSV(B) | 192.2º | 0.23% | 0.99% | - |
| XYZ | 71.43 | 81.47 | 104.89 | - |
| YUV | 228.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 253 | 0.23 | 0.05 | 0 | 0.01 | 192.2 | 0.94 | 0.88 |
| Hex | C2 | F1 | FD | 17 | 5 | 0 | 1 | C0 | 5E | 58 |
| Octal | 302 | 361 | 375 | 27 | 5 | 0 | 1 | 300 | 136 | 130 |
| Binary | 11000010 | 11110001 | 11111101 | 10111 | 101 | 0 | 1 | 11000000 | 1011110 | 1011000 |
Color Harmonies of #C2F1FD
Complementary color
Monochromatic Colors of #C2F1FD
Black with #C2F1FD
Text Example
Text Example
White with #C2F1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F1FD; }
p { color: rgb(194,241,253); }
H1.HeaderClassName
{
color: #C2F1FD;
}
.AnyTagClassName
{
color: #C2F1FD;
}
</style>
background-color css
<style>
a { background-color: #C2F1FD; }
a { background-color: rgb(194,241,253); }
div.DivClassName
{
background-color: #C2F1FD;
}
.BgClassName
{
background-color: #C2F1FD;
}
</style>
border-color css
<style>
span { border-color: #C2F1FD; }
span { border-color: rgb(194,241,253); }
td.TdClassName
{
border-color: #C2F1FD;
}
.TagClassName
{
border-color: #C2F1FD;
}
</style>