#8ABAEA

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

Shades of Cornflower #8ABAEA

Tints of Cornflower #8ABAEA

Color information

#8ABAEA (or 0x8ABAEA) is unknown color: approx Cornflower. HEX triplet: 8A, BA and EA. RGB value is (138,186,234). Sum of RGB (Red+Green+Blue) = 138+186+234=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ABAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABAEA is #754515. Grayscale: #B0B0B0. Windows color (decimal): -7685398 or 15383178. OLE color: 15383178.

HSL color Cylindrical-coordinate representation of color #8ABAEA: hue angle of 210º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ABAEA is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138186234-
CMYK0.410.2100.08
HSL210º69.57%72.94%-
HSV(B)210º41.03%91.76%-
XYZ42.8946.4684.55-
YUV177.12160.1100.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.73%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=24.73%
G=33.33%
B=41.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381862340.410.2100.0821069.5772.94
Hex8ABAEA291508d24649
Octal2122723525125010322106111
Binary10001010101110101110101010100110101010001101001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,186,234); }

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

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

 a { background-color: rgb(138,186,234); }

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

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

 span { border-color: rgb(138,186,234); }

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