Shades of Onahau #C2EFF5
Tints of Onahau #C2EFF5
RGB
CMYK
RGB Variations
Color information
#C2EFF5 (or 0xC2EFF5) is known color: Onahau. HEX triplet: C2, EF and F5. RGB value is (194,239,245). Sum of RGB (Red+Green+Blue) = 194+239+245=678 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.61% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 245 - color contains mainly: blue. Hex color #C2EFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EFF5 is #3D100A. Grayscale: #E2E2E2. Windows color (decimal): -4001803 or 16117698. OLE color: 16117698.
HSL color Cylindrical-coordinate representation of color #C2EFF5: hue angle of 187.06º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EFF5 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 239 | 245 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.04 |
| HSL | 187.06º | 0.72% | 0.86% | - |
| HSV(B) | 187.06º | 0.21% | 0.96% | - |
| XYZ | 69.6 | 79.79 | 98.12 | - |
| YUV | 226.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 245 | 0.21 | 0.02 | 0 | 0.04 | 187.06 | 0.72 | 0.86 |
| Hex | C2 | EF | F5 | 15 | 2 | 0 | 4 | BB | 48 | 56 |
| Octal | 302 | 357 | 365 | 25 | 2 | 0 | 4 | 273 | 110 | 126 |
| Binary | 11000010 | 11101111 | 11110101 | 10101 | 10 | 0 | 100 | 10111011 | 1001000 | 1010110 |
Color Harmonies of #C2EFF5
Complementary color
Monochromatic Colors of #C2EFF5
Black with #C2EFF5
Text Example
Text Example
White with #C2EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EFF5; }
p { color: rgb(194,239,245); }
H1.HeaderClassName
{
color: #C2EFF5;
}
.AnyTagClassName
{
color: #C2EFF5;
}
</style>
background-color css
<style>
a { background-color: #C2EFF5; }
a { background-color: rgb(194,239,245); }
div.DivClassName
{
background-color: #C2EFF5;
}
.BgClassName
{
background-color: #C2EFF5;
}
</style>
border-color css
<style>
span { border-color: #C2EFF5; }
span { border-color: rgb(194,239,245); }
td.TdClassName
{
border-color: #C2EFF5;
}
.TagClassName
{
border-color: #C2EFF5;
}
</style>