Shades of Onahau #C7EFFC
Tints of Onahau #C7EFFC
RGB
CMYK
RGB Variations
Color information
#C7EFFC (or 0xC7EFFC) is known color: Onahau. HEX triplet: C7, EF and FC. RGB value is (199,239,252). Sum of RGB (Red+Green+Blue) = 199+239+252=690 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.84% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EFFC is #381003. Grayscale: #E4E4E4. Windows color (decimal): -3674116 or 16576455. OLE color: 16576455.
HSL color Cylindrical-coordinate representation of color #C7EFFC: hue angle of 194.72º 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 #C7EFFC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 239 | 252 | - |
CMYK | 0.21 | 0.05 | 0 | 0.01 |
HSL | 194.72º | 0.9% | 0.88% | - |
HSV(B) | 194.72º | 0.21% | 0.99% | - |
XYZ | 71.99 | 80.9 | 103.92 | - |
YUV | 228.52 | 141.25 | 106.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 239 | 252 | 0.21 | 0.05 | 0 | 0.01 | 194.72 | 0.9 | 0.88 |
Hex | C7 | EF | FC | 15 | 5 | 0 | 1 | C3 | 5A | 58 |
Octal | 307 | 357 | 374 | 25 | 5 | 0 | 1 | 303 | 132 | 130 |
Binary | 11000111 | 11101111 | 11111100 | 10101 | 101 | 0 | 1 | 11000011 | 1011010 | 1011000 |
Color Harmonies of #C7EFFC
Complementary color
Monochromatic Colors of #C7EFFC
Black with #C7EFFC
Text Example
Text Example
White with #C7EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EFFC; }
p { color: rgb(199,239,252); }
H1.HeaderClassName
{
color: #C7EFFC;
}
.AnyTagClassName
{
color: #C7EFFC;
}
</style>
background-color css
<style>
a { background-color: #C7EFFC; }
a { background-color: rgb(199,239,252); }
div.DivClassName
{
background-color: #C7EFFC;
}
.BgClassName
{
background-color: #C7EFFC;
}
</style>
border-color css
<style>
span { border-color: #C7EFFC; }
span { border-color: rgb(199,239,252); }
td.TdClassName
{
border-color: #C7EFFC;
}
.TagClassName
{
border-color: #C7EFFC;
}
</style>