Shades of Onahau #C4EFF2
Tints of Onahau #C4EFF2
RGB
CMYK
RGB Variations
Color information
#C4EFF2 (or 0xC4EFF2) is known color: Onahau. HEX triplet: C4, EF and F2. RGB value is (196,239,242). Sum of RGB (Red+Green+Blue) = 196+239+242=677 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.95% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4EFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EFF2 is #3B100D. Grayscale: #E2E2E2. Windows color (decimal): -3870734 or 15921092. OLE color: 15921092.
HSL color Cylindrical-coordinate representation of color #C4EFF2: hue angle of 183.91º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4EFF2 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 239 | 242 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.05 |
| HSL | 183.91º | 0.64% | 0.86% | - |
| HSV(B) | 183.91º | 0.19% | 0.95% | - |
| XYZ | 69.66 | 79.88 | 95.75 | - |
| YUV | 226.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 239 | 242 | 0.19 | 0.01 | 0 | 0.05 | 183.91 | 0.64 | 0.86 |
| Hex | C4 | EF | F2 | 13 | 1 | 0 | 5 | B8 | 40 | 56 |
| Octal | 304 | 357 | 362 | 23 | 1 | 0 | 5 | 270 | 100 | 126 |
| Binary | 11000100 | 11101111 | 11110010 | 10011 | 1 | 0 | 101 | 10111000 | 1000000 | 1010110 |
Color Harmonies of #C4EFF2
Complementary color
Monochromatic Colors of #C4EFF2
Black with #C4EFF2
Text Example
Text Example
White with #C4EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EFF2; }
p { color: rgb(196,239,242); }
H1.HeaderClassName
{
color: #C4EFF2;
}
.AnyTagClassName
{
color: #C4EFF2;
}
</style>
background-color css
<style>
a { background-color: #C4EFF2; }
a { background-color: rgb(196,239,242); }
div.DivClassName
{
background-color: #C4EFF2;
}
.BgClassName
{
background-color: #C4EFF2;
}
</style>
border-color css
<style>
span { border-color: #C4EFF2; }
span { border-color: rgb(196,239,242); }
td.TdClassName
{
border-color: #C4EFF2;
}
.TagClassName
{
border-color: #C4EFF2;
}
</style>