Shades of Cornflower #89C3EE
Tints of Cornflower #89C3EE
RGB
CMYK
RGB Variations
Color information
#89C3EE (or 0x89C3EE) is known color: Cornflower. HEX triplet: 89, C3 and EE. RGB value is (137,195,238). Sum of RGB (Red+Green+Blue) = 137+195+238=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #89C3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C3EE is #763C11. Grayscale: #B6B6B6. Windows color (decimal): -7748626 or 15647625. OLE color: 15647625.
HSL color Cylindrical-coordinate representation of color #89C3EE: hue angle of 205.54º 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 #89C3EE is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 195 | 238 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.07 |
| HSL | 205.54º | 0.75% | 0.74% | - |
| HSV(B) | 205.54º | 0.42% | 0.93% | - |
| XYZ | 45.26 | 50.52 | 88.25 | - |
| YUV | 182.56 | 159.28 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 238 | 0.42 | 0.18 | 0 | 0.07 | 205.54 | 0.75 | 0.74 |
| Hex | 89 | C3 | EE | 2A | 12 | 0 | 7 | CE | 4B | 4A |
| Octal | 211 | 303 | 356 | 52 | 22 | 0 | 7 | 316 | 113 | 112 |
| Binary | 10001001 | 11000011 | 11101110 | 101010 | 10010 | 0 | 111 | 11001110 | 1001011 | 1001010 |
Color Harmonies of #89C3EE
Complementary color
Monochromatic Colors of #89C3EE
Black with #89C3EE
Text Example
Text Example
White with #89C3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C3EE; }
p { color: rgb(137,195,238); }
H1.HeaderClassName
{
color: #89C3EE;
}
.AnyTagClassName
{
color: #89C3EE;
}
</style>
background-color css
<style>
a { background-color: #89C3EE; }
a { background-color: rgb(137,195,238); }
div.DivClassName
{
background-color: #89C3EE;
}
.BgClassName
{
background-color: #89C3EE;
}
</style>
border-color css
<style>
span { border-color: #89C3EE; }
span { border-color: rgb(137,195,238); }
td.TdClassName
{
border-color: #89C3EE;
}
.TagClassName
{
border-color: #89C3EE;
}
</style>