Shades of Onahau #C3F5FF
Tints of Onahau #C3F5FF
RGB
CMYK
RGB Variations
Color information
#C3F5FF (or 0xC3F5FF) is known color: Onahau. HEX triplet: C3, F5 and FF. RGB value is (195,245,255). Sum of RGB (Red+Green+Blue) = 195+245+255=695 (92% of max value = 765). Red value is 195 (76.56% from 255 or 28.06% from 695); Green value is 245 (96.09% from 255 or 35.25% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F5FF is #3C0A00. Grayscale: #E7E7E7. Windows color (decimal): -3934721 or 16774595. OLE color: 16774595.
HSL color Cylindrical-coordinate representation of color #C3F5FF: hue angle of 190º 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 #C3F5FF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 245 | 255 | - |
| CMYK | 0.24 | 0.04 | 0 | 0 |
| HSL | 190º | 1% | 0.88% | - |
| HSV(B) | 190º | 0.24% | 1% | - |
| XYZ | 73.21 | 84.13 | 106.99 | - |
| YUV | 231.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 245 | 255 | 0.24 | 0.04 | 0 | 0 | 190 | 1 | 0.88 |
| Hex | C3 | F5 | FF | 18 | 4 | 0 | 0 | BE | 64 | 58 |
| Octal | 303 | 365 | 377 | 30 | 4 | 0 | 0 | 276 | 144 | 130 |
| Binary | 11000011 | 11110101 | 11111111 | 11000 | 100 | 0 | 0 | 10111110 | 1100100 | 1011000 |
Color Harmonies of #C3F5FF
Complementary color
Monochromatic Colors of #C3F5FF
Black with #C3F5FF
Text Example
Text Example
White with #C3F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F5FF; }
p { color: rgb(195,245,255); }
H1.HeaderClassName
{
color: #C3F5FF;
}
.AnyTagClassName
{
color: #C3F5FF;
}
</style>
background-color css
<style>
a { background-color: #C3F5FF; }
a { background-color: rgb(195,245,255); }
div.DivClassName
{
background-color: #C3F5FF;
}
.BgClassName
{
background-color: #C3F5FF;
}
</style>
border-color css
<style>
span { border-color: #C3F5FF; }
span { border-color: rgb(195,245,255); }
td.TdClassName
{
border-color: #C3F5FF;
}
.TagClassName
{
border-color: #C3F5FF;
}
</style>