#8ABCEC

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

Shades of Cornflower #8ABCEC

Tints of Cornflower #8ABCEC

Color information

#8ABCEC (or 0x8ABCEC) is unknown color: approx Cornflower. HEX triplet: 8A, BC and EC. RGB value is (138,188,236). Sum of RGB (Red+Green+Blue) = 138+188+236=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ABCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABCEC is #754313. Grayscale: #B2B2B2. Windows color (decimal): -7684884 or 15514762. OLE color: 15514762.

HSL color Cylindrical-coordinate representation of color #8ABCEC: hue angle of 209.39º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ABCEC is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138188236-
CMYK0.420.2000.07
HSL209.39º72.06%73.33%-
HSV(B)209.39º41.53%92.55%-
XYZ43.647.4386.21-
YUV178.52160.4499.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.56%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=24.56%
G=33.45%
B=41.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381882360.420.2000.07209.3972.0673.33
Hex8ABCEC2A1407d14849
Octal212274354522407321110111
Binary1000101010111100111011001010101010001111101000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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