Shades of Onahau #C3F6FF
Tints of Onahau #C3F6FF
RGB
CMYK
RGB Variations
Color information
#C3F6FF (or 0xC3F6FF) is known color: Onahau. HEX triplet: C3, F6 and FF. RGB value is (195,246,255). Sum of RGB (Red+Green+Blue) = 195+246+255=696 (92% of max value = 765). Red value is 195 (76.56% from 255 or 28.02% from 696); Green value is 246 (96.48% from 255 or 35.34% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3F6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F6FF is #3C0900. Grayscale: #E7E7E7. Windows color (decimal): -3934465 or 16774851. OLE color: 16774851.
HSL color Cylindrical-coordinate representation of color #C3F6FF: hue angle of 189º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3F6FF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 246 | 255 | - |
| CMYK | 0.24 | 0.04 | 0 | 0 |
| HSL | 189º | 1% | 0.88% | - |
| HSV(B) | 189º | 0.24% | 1% | - |
| XYZ | 73.51 | 84.73 | 107.09 | - |
| YUV | 231.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 246 | 255 | 0.24 | 0.04 | 0 | 0 | 189 | 1 | 0.88 |
| Hex | C3 | F6 | FF | 18 | 4 | 0 | 0 | BD | 64 | 58 |
| Octal | 303 | 366 | 377 | 30 | 4 | 0 | 0 | 275 | 144 | 130 |
| Binary | 11000011 | 11110110 | 11111111 | 11000 | 100 | 0 | 0 | 10111101 | 1100100 | 1011000 |
Color Harmonies of #C3F6FF
Complementary color
Monochromatic Colors of #C3F6FF
Black with #C3F6FF
Text Example
Text Example
White with #C3F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F6FF; }
p { color: rgb(195,246,255); }
H1.HeaderClassName
{
color: #C3F6FF;
}
.AnyTagClassName
{
color: #C3F6FF;
}
</style>
background-color css
<style>
a { background-color: #C3F6FF; }
a { background-color: rgb(195,246,255); }
div.DivClassName
{
background-color: #C3F6FF;
}
.BgClassName
{
background-color: #C3F6FF;
}
</style>
border-color css
<style>
span { border-color: #C3F6FF; }
span { border-color: rgb(195,246,255); }
td.TdClassName
{
border-color: #C3F6FF;
}
.TagClassName
{
border-color: #C3F6FF;
}
</style>