Shades of Onahau #C3F7FC
Tints of Onahau #C3F7FC
RGB
CMYK
RGB Variations
Color information
#C3F7FC (or 0xC3F7FC) is known color: Onahau. HEX triplet: C3, F7 and FC. RGB value is (195,247,252). Sum of RGB (Red+Green+Blue) = 195+247+252=694 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.10% from 694); Green value is 247 (96.88% from 255 or 35.59% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3F7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F7FC is #3C0803. Grayscale: #E7E7E7. Windows color (decimal): -3934212 or 16578499. OLE color: 16578499.
HSL color Cylindrical-coordinate representation of color #C3F7FC: hue angle of 185.26º degrees, saturation: 0.9, 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 #C3F7FC is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 247 | 252 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.01 |
| HSL | 185.26º | 0.9% | 0.88% | - |
| HSV(B) | 185.26º | 0.23% | 0.99% | - |
| XYZ | 73.34 | 85.15 | 104.67 | - |
| YUV | 232.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 247 | 252 | 0.23 | 0.02 | 0 | 0.01 | 185.26 | 0.9 | 0.88 |
| Hex | C3 | F7 | FC | 17 | 2 | 0 | 1 | B9 | 5A | 58 |
| Octal | 303 | 367 | 374 | 27 | 2 | 0 | 1 | 271 | 132 | 130 |
| Binary | 11000011 | 11110111 | 11111100 | 10111 | 10 | 0 | 1 | 10111001 | 1011010 | 1011000 |
Color Harmonies of #C3F7FC
Complementary color
Monochromatic Colors of #C3F7FC
Black with #C3F7FC
Text Example
Text Example
White with #C3F7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F7FC; }
p { color: rgb(195,247,252); }
H1.HeaderClassName
{
color: #C3F7FC;
}
.AnyTagClassName
{
color: #C3F7FC;
}
</style>
background-color css
<style>
a { background-color: #C3F7FC; }
a { background-color: rgb(195,247,252); }
div.DivClassName
{
background-color: #C3F7FC;
}
.BgClassName
{
background-color: #C3F7FC;
}
</style>
border-color css
<style>
span { border-color: #C3F7FC; }
span { border-color: rgb(195,247,252); }
td.TdClassName
{
border-color: #C3F7FC;
}
.TagClassName
{
border-color: #C3F7FC;
}
</style>