Shades of Cornflower #89C2EE
Tints of Cornflower #89C2EE
RGB
CMYK
RGB Variations
Color information
#89C2EE (or 0x89C2EE) is known color: Cornflower. HEX triplet: 89, C2 and EE. RGB value is (137,194,238). Sum of RGB (Red+Green+Blue) = 137+194+238=569 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.08% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #89C2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C2EE is #763D11. Grayscale: #B5B5B5. Windows color (decimal): -7748882 or 15647369. OLE color: 15647369.
HSL color Cylindrical-coordinate representation of color #89C2EE: hue angle of 206.14º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89C2EE is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 194 | 238 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.07 |
| HSL | 206.14º | 0.75% | 0.74% | - |
| HSV(B) | 206.14º | 0.42% | 0.93% | - |
| XYZ | 45.04 | 50.07 | 88.18 | - |
| YUV | 181.97 | 159.62 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 238 | 0.42 | 0.18 | 0 | 0.07 | 206.14 | 0.75 | 0.74 |
| Hex | 89 | C2 | EE | 2A | 12 | 0 | 7 | CE | 4B | 4A |
| Octal | 211 | 302 | 356 | 52 | 22 | 0 | 7 | 316 | 113 | 112 |
| Binary | 10001001 | 11000010 | 11101110 | 101010 | 10010 | 0 | 111 | 11001110 | 1001011 | 1001010 |
Color Harmonies of #89C2EE
Complementary color
Monochromatic Colors of #89C2EE
Black with #89C2EE
Text Example
Text Example
White with #89C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2EE; }
p { color: rgb(137,194,238); }
H1.HeaderClassName
{
color: #89C2EE;
}
.AnyTagClassName
{
color: #89C2EE;
}
</style>
background-color css
<style>
a { background-color: #89C2EE; }
a { background-color: rgb(137,194,238); }
div.DivClassName
{
background-color: #89C2EE;
}
.BgClassName
{
background-color: #89C2EE;
}
</style>
border-color css
<style>
span { border-color: #89C2EE; }
span { border-color: rgb(137,194,238); }
td.TdClassName
{
border-color: #89C2EE;
}
.TagClassName
{
border-color: #89C2EE;
}
</style>