#8ABEDE

Color #8ABEDE Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #8ABEDE

Tints of Cornflower #8ABEDE

Color information

#8ABEDE (or 0x8ABEDE) is unknown color: approx Cornflower. HEX triplet: 8A, BE and DE. RGB value is (138,190,222). Sum of RGB (Red+Green+Blue) = 138+190+222=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #8ABEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEDE is #754121. Grayscale: #B1B1B1. Windows color (decimal): -7684386 or 14597770. OLE color: 14597770.

HSL color Cylindrical-coordinate representation of color #8ABEDE: hue angle of 202.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABEDE is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138190222-
CMYK0.380.1400.13
HSL202.86º56%70.59%-
HSV(B)202.86º37.84%87.06%-
XYZ42.0847.576.06-
YUV178.1152.7799.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=25.09%
G=34.55%
B=40.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381902220.380.1400.13202.865670.59
Hex8ABEDE26E0Dcb3847
Octal212276336461601531370107
Binary100010101011111011011110100110111001101110010111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABEDE; }

 p { color: rgb(138,190,222); }

 H1.HeaderClassName
 {
   color: #8ABEDE;
 }
 .AnyTagClassName
 {
   color: #8ABEDE;
 }
</style>
background-color css

<style>
 a { background-color: #8ABEDE; }

 a { background-color: rgb(138,190,222); }

 div.DivClassName
 {
   background-color: #8ABEDE;
 }
 .BgClassName
 {
   background-color: #8ABEDE;
 }
</style>
border-color css

<style>
 span { border-color: #8ABEDE; }

 span { border-color: rgb(138,190,222); }

 td.TdClassName
 {
   border-color: #8ABEDE;
 }
 .TagClassName
 {
   border-color: #8ABEDE;
 }
</style>