#8ABCEA

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

Shades of Cornflower #8ABCEA

Tints of Cornflower #8ABCEA

Color information

#8ABCEA (or 0x8ABCEA) is unknown color: approx Cornflower. HEX triplet: 8A, BC and EA. RGB value is (138,188,234). Sum of RGB (Red+Green+Blue) = 138+188+234=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ABCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABCEA is #754315. Grayscale: #B2B2B2. Windows color (decimal): -7684886 or 15383690. OLE color: 15383690.

HSL color Cylindrical-coordinate representation of color #8ABCEA: hue angle of 208.75º 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 #8ABCEA is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138188234-
CMYK0.410.2000.08
HSL208.75º69.57%72.94%-
HSV(B)208.75º41.03%91.76%-
XYZ43.3247.3184.69-
YUV178.29159.4499.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.64%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=24.64%
G=33.57%
B=41.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381882340.410.2000.08208.7569.5772.94
Hex8ABCEA291408d14649
Octal2122743525124010321106111
Binary10001010101111001110101010100110100010001101000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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