Shades of Onahau #C7F5FD
Tints of Onahau #C7F5FD
RGB
CMYK
RGB Variations
Color information
#C7F5FD (or 0xC7F5FD) is known color: Onahau. HEX triplet: C7, F5 and FD. RGB value is (199,245,253). Sum of RGB (Red+Green+Blue) = 199+245+253=697 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.55% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7F5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F5FD is #380A02. Grayscale: #E8E8E8. Windows color (decimal): -3672579 or 16643527. OLE color: 16643527.
HSL color Cylindrical-coordinate representation of color #C7F5FD: hue angle of 188.89º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7F5FD is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 245 | 253 | - |
CMYK | 0.21 | 0.03 | 0 | 0.01 |
HSL | 188.89º | 0.93% | 0.89% | - |
HSV(B) | 188.89º | 0.21% | 0.99% | - |
XYZ | 73.94 | 84.54 | 105.35 | - |
YUV | 232.16 | 139.76 | 104.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 245 | 253 | 0.21 | 0.03 | 0 | 0.01 | 188.89 | 0.93 | 0.89 |
Hex | C7 | F5 | FD | 15 | 3 | 0 | 1 | BD | 5D | 59 |
Octal | 307 | 365 | 375 | 25 | 3 | 0 | 1 | 275 | 135 | 131 |
Binary | 11000111 | 11110101 | 11111101 | 10101 | 11 | 0 | 1 | 10111101 | 1011101 | 1011001 |
Color Harmonies of #C7F5FD
Complementary color
Monochromatic Colors of #C7F5FD
Black with #C7F5FD
Text Example
Text Example
White with #C7F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F5FD; }
p { color: rgb(199,245,253); }
H1.HeaderClassName
{
color: #C7F5FD;
}
.AnyTagClassName
{
color: #C7F5FD;
}
</style>
background-color css
<style>
a { background-color: #C7F5FD; }
a { background-color: rgb(199,245,253); }
div.DivClassName
{
background-color: #C7F5FD;
}
.BgClassName
{
background-color: #C7F5FD;
}
</style>
border-color css
<style>
span { border-color: #C7F5FD; }
span { border-color: rgb(199,245,253); }
td.TdClassName
{
border-color: #C7F5FD;
}
.TagClassName
{
border-color: #C7F5FD;
}
</style>