Shades of Onahau #C3F4FF
Tints of Onahau #C3F4FF
RGB
CMYK
RGB Variations
Color information
#C3F4FF (or 0xC3F4FF) is known color: Onahau. HEX triplet: C3, F4 and FF. RGB value is (195,244,255). Sum of RGB (Red+Green+Blue) = 195+244+255=694 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.10% from 694); Green value is 244 (95.70% from 255 or 35.16% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3F4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F4FF is #3C0B00. Grayscale: #E6E6E6. Windows color (decimal): -3934977 or 16774339. OLE color: 16774339.
HSL color Cylindrical-coordinate representation of color #C3F4FF: hue angle of 191º 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 #C3F4FF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 244 | 255 | - |
| CMYK | 0.24 | 0.04 | 0 | 0 |
| HSL | 191º | 1% | 0.88% | - |
| HSV(B) | 191º | 0.24% | 1% | - |
| XYZ | 72.91 | 83.52 | 106.89 | - |
| YUV | 230.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 244 | 255 | 0.24 | 0.04 | 0 | 0 | 191 | 1 | 0.88 |
| Hex | C3 | F4 | FF | 18 | 4 | 0 | 0 | BF | 64 | 58 |
| Octal | 303 | 364 | 377 | 30 | 4 | 0 | 0 | 277 | 144 | 130 |
| Binary | 11000011 | 11110100 | 11111111 | 11000 | 100 | 0 | 0 | 10111111 | 1100100 | 1011000 |
Color Harmonies of #C3F4FF
Complementary color
Monochromatic Colors of #C3F4FF
Black with #C3F4FF
Text Example
Text Example
White with #C3F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F4FF; }
p { color: rgb(195,244,255); }
H1.HeaderClassName
{
color: #C3F4FF;
}
.AnyTagClassName
{
color: #C3F4FF;
}
</style>
background-color css
<style>
a { background-color: #C3F4FF; }
a { background-color: rgb(195,244,255); }
div.DivClassName
{
background-color: #C3F4FF;
}
.BgClassName
{
background-color: #C3F4FF;
}
</style>
border-color css
<style>
span { border-color: #C3F4FF; }
span { border-color: rgb(195,244,255); }
td.TdClassName
{
border-color: #C3F4FF;
}
.TagClassName
{
border-color: #C3F4FF;
}
</style>