Shades of Onahau #C7F0FC
Tints of Onahau #C7F0FC
RGB
CMYK
RGB Variations
Color information
#C7F0FC (or 0xC7F0FC) is known color: Onahau. HEX triplet: C7, F0 and FC. RGB value is (199,240,252). Sum of RGB (Red+Green+Blue) = 199+240+252=691 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.80% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7F0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F0FC is #380F03. Grayscale: #E5E5E5. Windows color (decimal): -3673860 or 16576711. OLE color: 16576711.
HSL color Cylindrical-coordinate representation of color #C7F0FC: hue angle of 193.58º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7F0FC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 240 | 252 | - |
CMYK | 0.21 | 0.05 | 0 | 0.01 |
HSL | 193.58º | 0.9% | 0.88% | - |
HSV(B) | 193.58º | 0.21% | 0.99% | - |
XYZ | 72.28 | 81.49 | 104.01 | - |
YUV | 229.11 | 140.92 | 106.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 240 | 252 | 0.21 | 0.05 | 0 | 0.01 | 193.58 | 0.9 | 0.88 |
Hex | C7 | F0 | FC | 15 | 5 | 0 | 1 | C2 | 5A | 58 |
Octal | 307 | 360 | 374 | 25 | 5 | 0 | 1 | 302 | 132 | 130 |
Binary | 11000111 | 11110000 | 11111100 | 10101 | 101 | 0 | 1 | 11000010 | 1011010 | 1011000 |
Color Harmonies of #C7F0FC
Complementary color
Monochromatic Colors of #C7F0FC
Black with #C7F0FC
Text Example
Text Example
White with #C7F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F0FC; }
p { color: rgb(199,240,252); }
H1.HeaderClassName
{
color: #C7F0FC;
}
.AnyTagClassName
{
color: #C7F0FC;
}
</style>
background-color css
<style>
a { background-color: #C7F0FC; }
a { background-color: rgb(199,240,252); }
div.DivClassName
{
background-color: #C7F0FC;
}
.BgClassName
{
background-color: #C7F0FC;
}
</style>
border-color css
<style>
span { border-color: #C7F0FC; }
span { border-color: rgb(199,240,252); }
td.TdClassName
{
border-color: #C7F0FC;
}
.TagClassName
{
border-color: #C7F0FC;
}
</style>