Shades of Onahau #C7EFF3
Tints of Onahau #C7EFF3
RGB
CMYK
RGB Variations
Color information
#C7EFF3 (or 0xC7EFF3) is known color: Onahau. HEX triplet: C7, EF and F3. RGB value is (199,239,243). Sum of RGB (Red+Green+Blue) = 199+239+243=681 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.22% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EFF3 is #38100C. Grayscale: #E3E3E3. Windows color (decimal): -3674125 or 15986631. OLE color: 15986631.
HSL color Cylindrical-coordinate representation of color #C7EFF3: hue angle of 185.45º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7EFF3 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 239 | 243 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.05 |
| HSL | 185.45º | 0.65% | 0.87% | - |
| HSV(B) | 185.45º | 0.18% | 0.95% | - |
| XYZ | 70.6 | 80.35 | 96.58 | - |
| YUV | 227.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 239 | 243 | 0.18 | 0.02 | 0 | 0.05 | 185.45 | 0.65 | 0.87 |
| Hex | C7 | EF | F3 | 12 | 2 | 0 | 5 | B9 | 41 | 57 |
| Octal | 307 | 357 | 363 | 22 | 2 | 0 | 5 | 271 | 101 | 127 |
| Binary | 11000111 | 11101111 | 11110011 | 10010 | 10 | 0 | 101 | 10111001 | 1000001 | 1010111 |
Color Harmonies of #C7EFF3
Complementary color
Monochromatic Colors of #C7EFF3
Black with #C7EFF3
Text Example
Text Example
White with #C7EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EFF3; }
p { color: rgb(199,239,243); }
H1.HeaderClassName
{
color: #C7EFF3;
}
.AnyTagClassName
{
color: #C7EFF3;
}
</style>
background-color css
<style>
a { background-color: #C7EFF3; }
a { background-color: rgb(199,239,243); }
div.DivClassName
{
background-color: #C7EFF3;
}
.BgClassName
{
background-color: #C7EFF3;
}
</style>
border-color css
<style>
span { border-color: #C7EFF3; }
span { border-color: rgb(199,239,243); }
td.TdClassName
{
border-color: #C7EFF3;
}
.TagClassName
{
border-color: #C7EFF3;
}
</style>