Shades of Onahau #C2F3FE
Tints of Onahau #C2F3FE
RGB
CMYK
RGB Variations
Color information
#C2F3FE (or 0xC2F3FE) is known color: Onahau. HEX triplet: C2, F3 and FE. RGB value is (194,243,254). Sum of RGB (Red+Green+Blue) = 194+243+254=691 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.08% from 691); Green value is 243 (95.31% from 255 or 35.17% 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 #C2F3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F3FE is #3D0C01. Grayscale: #E5E5E5. Windows color (decimal): -4000770 or 16708546. OLE color: 16708546.
HSL color Cylindrical-coordinate representation of color #C2F3FE: hue angle of 191º 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 #C2F3FE is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 243 | 254 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.00 |
| HSL | 191º | 0.97% | 0.88% | - |
| HSV(B) | 191º | 0.24% | 1% | - |
| XYZ | 72.19 | 82.73 | 105.93 | - |
| YUV | 229.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 254 | 0.24 | 0.04 | 0 | 0.00 | 191 | 0.97 | 0.88 |
| Hex | C2 | F3 | FE | 18 | 4 | 0 | 0 | BF | 61 | 58 |
| Octal | 302 | 363 | 376 | 30 | 4 | 0 | 0 | 277 | 141 | 130 |
| Binary | 11000010 | 11110011 | 11111110 | 11000 | 100 | 0 | 0 | 10111111 | 1100001 | 1011000 |
Color Harmonies of #C2F3FE
Complementary color
Monochromatic Colors of #C2F3FE
Black with #C2F3FE
Text Example
Text Example
White with #C2F3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F3FE; }
p { color: rgb(194,243,254); }
H1.HeaderClassName
{
color: #C2F3FE;
}
.AnyTagClassName
{
color: #C2F3FE;
}
</style>
background-color css
<style>
a { background-color: #C2F3FE; }
a { background-color: rgb(194,243,254); }
div.DivClassName
{
background-color: #C2F3FE;
}
.BgClassName
{
background-color: #C2F3FE;
}
</style>
border-color css
<style>
span { border-color: #C2F3FE; }
span { border-color: rgb(194,243,254); }
td.TdClassName
{
border-color: #C2F3FE;
}
.TagClassName
{
border-color: #C2F3FE;
}
</style>