Shades of Onahau #C3F5FE
Tints of Onahau #C3F5FE
RGB
CMYK
RGB Variations
Color information
#C3F5FE (or 0xC3F5FE) is known color: Onahau. HEX triplet: C3, F5 and FE. RGB value is (195,245,254). Sum of RGB (Red+Green+Blue) = 195+245+254=694 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.10% from 694); Green value is 245 (96.09% from 255 or 35.30% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3F5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F5FE is #3C0A01. Grayscale: #E6E6E6. Windows color (decimal): -3934722 or 16709059. OLE color: 16709059.
HSL color Cylindrical-coordinate representation of color #C3F5FE: hue angle of 189.15º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3F5FE is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 245 | 254 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.00 |
| HSL | 189.15º | 0.97% | 0.88% | - |
| HSV(B) | 189.15º | 0.23% | 1% | - |
| XYZ | 73.05 | 84.06 | 106.14 | - |
| YUV | 231.08 | 140.94 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 245 | 254 | 0.23 | 0.04 | 0 | 0.00 | 189.15 | 0.97 | 0.88 |
| Hex | C3 | F5 | FE | 17 | 4 | 0 | 0 | BD | 61 | 58 |
| Octal | 303 | 365 | 376 | 27 | 4 | 0 | 0 | 275 | 141 | 130 |
| Binary | 11000011 | 11110101 | 11111110 | 10111 | 100 | 0 | 0 | 10111101 | 1100001 | 1011000 |
Color Harmonies of #C3F5FE
Complementary color
Monochromatic Colors of #C3F5FE
Black with #C3F5FE
Text Example
Text Example
White with #C3F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F5FE; }
p { color: rgb(195,245,254); }
H1.HeaderClassName
{
color: #C3F5FE;
}
.AnyTagClassName
{
color: #C3F5FE;
}
</style>
background-color css
<style>
a { background-color: #C3F5FE; }
a { background-color: rgb(195,245,254); }
div.DivClassName
{
background-color: #C3F5FE;
}
.BgClassName
{
background-color: #C3F5FE;
}
</style>
border-color css
<style>
span { border-color: #C3F5FE; }
span { border-color: rgb(195,245,254); }
td.TdClassName
{
border-color: #C3F5FE;
}
.TagClassName
{
border-color: #C3F5FE;
}
</style>