Shades of Onahau #C3F0FD
Tints of Onahau #C3F0FD
RGB
CMYK
RGB Variations
Color information
#C3F0FD (or 0xC3F0FD) is known color: Onahau. HEX triplet: C3, F0 and FD. RGB value is (195,240,253). Sum of RGB (Red+Green+Blue) = 195+240+253=688 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.34% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F0FD is #3C0F02. Grayscale: #E3E3E3. Windows color (decimal): -3936003 or 16642243. OLE color: 16642243.
HSL color Cylindrical-coordinate representation of color #C3F0FD: hue angle of 193.45º degrees, saturation: 0.94, 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 #C3F0FD is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 240 | 253 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.01 |
| HSL | 193.45º | 0.94% | 0.88% | - |
| HSV(B) | 193.45º | 0.23% | 0.99% | - |
| XYZ | 71.4 | 81.01 | 104.8 | - |
| YUV | 228.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 253 | 0.23 | 0.05 | 0 | 0.01 | 193.45 | 0.94 | 0.88 |
| Hex | C3 | F0 | FD | 17 | 5 | 0 | 1 | C1 | 5E | 58 |
| Octal | 303 | 360 | 375 | 27 | 5 | 0 | 1 | 301 | 136 | 130 |
| Binary | 11000011 | 11110000 | 11111101 | 10111 | 101 | 0 | 1 | 11000001 | 1011110 | 1011000 |
Color Harmonies of #C3F0FD
Complementary color
Monochromatic Colors of #C3F0FD
Black with #C3F0FD
Text Example
Text Example
White with #C3F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F0FD; }
p { color: rgb(195,240,253); }
H1.HeaderClassName
{
color: #C3F0FD;
}
.AnyTagClassName
{
color: #C3F0FD;
}
</style>
background-color css
<style>
a { background-color: #C3F0FD; }
a { background-color: rgb(195,240,253); }
div.DivClassName
{
background-color: #C3F0FD;
}
.BgClassName
{
background-color: #C3F0FD;
}
</style>
border-color css
<style>
span { border-color: #C3F0FD; }
span { border-color: rgb(195,240,253); }
td.TdClassName
{
border-color: #C3F0FD;
}
.TagClassName
{
border-color: #C3F0FD;
}
</style>