#8ABEE4

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

Shades of Cornflower #8ABEE4

Tints of Cornflower #8ABEE4

Color information

#8ABEE4 (or 0x8ABEE4) is unknown color: approx Cornflower. HEX triplet: 8A, BE and E4. RGB value is (138,190,228). Sum of RGB (Red+Green+Blue) = 138+190+228=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #8ABEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEE4 is #75411B. Grayscale: #B2B2B2. Windows color (decimal): -7684380 or 14990986. OLE color: 14990986.

HSL color Cylindrical-coordinate representation of color #8ABEE4: hue angle of 205.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ABEE4 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB138190228-
CMYK0.390.1700.11
HSL205.33º62.5%71.76%-
HSV(B)205.33º39.47%89.41%-
XYZ42.947.8380.37-
YUV178.78155.7798.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.82%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 228 (89.45% from 255) = 41.01%
R=24.82%
G=34.17%
B=41.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1381902280.390.1700.11205.3362.571.76
Hex8ABEE427110Bcd3e48
Octal212276344472101331576110
Binary1000101010111110111001001001111000101011110011011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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