Shades of Onahau #C6EFF2
Tints of Onahau #C6EFF2
RGB
CMYK
RGB Variations
Color information
#C6EFF2 (or 0xC6EFF2) is known color: Onahau. HEX triplet: C6, EF and F2. RGB value is (198,239,242). Sum of RGB (Red+Green+Blue) = 198+239+242=679 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.16% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6EFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EFF2 is #39100D. Grayscale: #E3E3E3. Windows color (decimal): -3739662 or 15921094. OLE color: 15921094.
HSL color Cylindrical-coordinate representation of color #C6EFF2: hue angle of 184.09º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6EFF2 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 239 | 242 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.05 |
| HSL | 184.09º | 0.63% | 0.86% | - |
| HSV(B) | 184.09º | 0.18% | 0.95% | - |
| XYZ | 70.18 | 80.15 | 95.78 | - |
| YUV | 227.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 239 | 242 | 0.18 | 0.01 | 0 | 0.05 | 184.09 | 0.63 | 0.86 |
| Hex | C6 | EF | F2 | 12 | 1 | 0 | 5 | B8 | 3F | 56 |
| Octal | 306 | 357 | 362 | 22 | 1 | 0 | 5 | 270 | 77 | 126 |
| Binary | 11000110 | 11101111 | 11110010 | 10010 | 1 | 0 | 101 | 10111000 | 111111 | 1010110 |
Color Harmonies of #C6EFF2
Complementary color
Monochromatic Colors of #C6EFF2
Black with #C6EFF2
Text Example
Text Example
White with #C6EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EFF2; }
p { color: rgb(198,239,242); }
H1.HeaderClassName
{
color: #C6EFF2;
}
.AnyTagClassName
{
color: #C6EFF2;
}
</style>
background-color css
<style>
a { background-color: #C6EFF2; }
a { background-color: rgb(198,239,242); }
div.DivClassName
{
background-color: #C6EFF2;
}
.BgClassName
{
background-color: #C6EFF2;
}
</style>
border-color css
<style>
span { border-color: #C6EFF2; }
span { border-color: rgb(198,239,242); }
td.TdClassName
{
border-color: #C6EFF2;
}
.TagClassName
{
border-color: #C6EFF2;
}
</style>