Shades of Cornflower #8ABDEE
Tints of Cornflower #8ABDEE
RGB
CMYK
RGB Variations
Color information
#8ABDEE (or 0x8ABDEE) is known color: Cornflower. HEX triplet: 8A, BD and EE. RGB value is (138,189,238). Sum of RGB (Red+Green+Blue) = 138+189+238=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ABDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABDEE is #754211. Grayscale: #B3B3B3. Windows color (decimal): -7684626 or 15646090. OLE color: 15646090.
HSL color Cylindrical-coordinate representation of color #8ABDEE: hue angle of 209.4º 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 #8ABDEE is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 189 | 238 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.07 |
| HSL | 209.4º | 0.75% | 0.74% | - |
| HSV(B) | 209.4º | 0.42% | 0.93% | - |
| XYZ | 44.11 | 47.97 | 87.82 | - |
| YUV | 179.34 | 161.1 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 238 | 0.42 | 0.21 | 0 | 0.07 | 209.4 | 0.75 | 0.74 |
| Hex | 8A | BD | EE | 2A | 15 | 0 | 7 | D1 | 4B | 4A |
| Octal | 212 | 275 | 356 | 52 | 25 | 0 | 7 | 321 | 113 | 112 |
| Binary | 10001010 | 10111101 | 11101110 | 101010 | 10101 | 0 | 111 | 11010001 | 1001011 | 1001010 |
Color Harmonies of #8ABDEE
Complementary color
Monochromatic Colors of #8ABDEE
Black with #8ABDEE
Text Example
Text Example
White with #8ABDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDEE; }
p { color: rgb(138,189,238); }
H1.HeaderClassName
{
color: #8ABDEE;
}
.AnyTagClassName
{
color: #8ABDEE;
}
</style>
background-color css
<style>
a { background-color: #8ABDEE; }
a { background-color: rgb(138,189,238); }
div.DivClassName
{
background-color: #8ABDEE;
}
.BgClassName
{
background-color: #8ABDEE;
}
</style>
border-color css
<style>
span { border-color: #8ABDEE; }
span { border-color: rgb(138,189,238); }
td.TdClassName
{
border-color: #8ABDEE;
}
.TagClassName
{
border-color: #8ABDEE;
}
</style>