Shades of Onahau #C3F5FD
Tints of Onahau #C3F5FD
RGB
CMYK
RGB Variations
Color information
#C3F5FD (or 0xC3F5FD) is known color: Onahau. HEX triplet: C3, F5 and FD. RGB value is (195,245,253). Sum of RGB (Red+Green+Blue) = 195+245+253=693 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.14% from 693); Green value is 245 (96.09% from 255 or 35.35% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3F5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F5FD is #3C0A02. Grayscale: #E6E6E6. Windows color (decimal): -3934723 or 16643523. OLE color: 16643523.
HSL color Cylindrical-coordinate representation of color #C3F5FD: hue angle of 188.28º 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 #C3F5FD is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 195 | 245 | 253 | - |
CMYK | 0.23 | 0.03 | 0 | 0.01 |
HSL | 188.28º | 0.94% | 0.88% | - |
HSV(B) | 188.28º | 0.23% | 0.99% | - |
XYZ | 72.89 | 84 | 105.3 | - |
YUV | 230.96 | 140.44 | 102.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 245 | 253 | 0.23 | 0.03 | 0 | 0.01 | 188.28 | 0.94 | 0.88 |
Hex | C3 | F5 | FD | 17 | 3 | 0 | 1 | BC | 5E | 58 |
Octal | 303 | 365 | 375 | 27 | 3 | 0 | 1 | 274 | 136 | 130 |
Binary | 11000011 | 11110101 | 11111101 | 10111 | 11 | 0 | 1 | 10111100 | 1011110 | 1011000 |
Color Harmonies of #C3F5FD
Complementary color
Monochromatic Colors of #C3F5FD
Black with #C3F5FD
Text Example
Text Example
White with #C3F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F5FD; }
p { color: rgb(195,245,253); }
H1.HeaderClassName
{
color: #C3F5FD;
}
.AnyTagClassName
{
color: #C3F5FD;
}
</style>
background-color css
<style>
a { background-color: #C3F5FD; }
a { background-color: rgb(195,245,253); }
div.DivClassName
{
background-color: #C3F5FD;
}
.BgClassName
{
background-color: #C3F5FD;
}
</style>
border-color css
<style>
span { border-color: #C3F5FD; }
span { border-color: rgb(195,245,253); }
td.TdClassName
{
border-color: #C3F5FD;
}
.TagClassName
{
border-color: #C3F5FD;
}
</style>