#8ABCDE

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

Shades of Cornflower #8ABCDE

Tints of Cornflower #8ABCDE

Color information

#8ABCDE (or 0x8ABCDE) is unknown color: approx Cornflower. HEX triplet: 8A, BC and DE. RGB value is (138,188,222). Sum of RGB (Red+Green+Blue) = 138+188+222=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #8ABCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCDE is #754321. Grayscale: #B0B0B0. Windows color (decimal): -7684898 or 14597258. OLE color: 14597258.

HSL color Cylindrical-coordinate representation of color #8ABCDE: hue angle of 204.29º 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 #8ABCDE is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138188222-
CMYK0.380.1500.13
HSL204.29º56%70.59%-
HSV(B)204.29º37.84%87.06%-
XYZ41.6546.6475.92-
YUV176.93153.44100.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.18%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=25.18%
G=34.31%
B=40.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381882220.380.1500.13204.295670.59
Hex8ABCDE26F0Dcc3847
Octal212274336461701531470107
Binary100010101011110011011110100110111101101110011001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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