#8AC2EB

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

Shades of Cornflower #8AC2EB

Tints of Cornflower #8AC2EB

Color information

#8AC2EB (or 0x8AC2EB) is unknown color: approx Cornflower. HEX triplet: 8A, C2 and EB. RGB value is (138,194,235). Sum of RGB (Red+Green+Blue) = 138+194+235=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC2EB is #753D14. Grayscale: #B5B5B5. Windows color (decimal): -7683349 or 15450762. OLE color: 15450762.

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

Color convert

RGB138194235-
CMYK0.410.1700.08
HSL205.36º70.8%73.14%-
HSV(B)205.36º41.28%92.16%-
XYZ44.7749.9985.89-
YUV181.93157.9596.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.34%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=24.34%
G=34.22%
B=41.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381942350.410.1700.08205.3670.873.14
Hex8AC2EB291108cd4749
Octal2123023535121010315107111
Binary10001010110000101110101110100110001010001100110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,194,235); }

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

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

 a { background-color: rgb(138,194,235); }

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

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

 span { border-color: rgb(138,194,235); }

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