#8AC3EC

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

Shades of Cornflower #8AC3EC

Tints of Cornflower #8AC3EC

Color information

#8AC3EC (or 0x8AC3EC) is unknown color: approx Cornflower. HEX triplet: 8A, C3 and EC. RGB value is (138,195,236). Sum of RGB (Red+Green+Blue) = 138+195+236=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AC3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC3EC is #753C13. Grayscale: #B6B6B6. Windows color (decimal): -7683092 or 15516554. OLE color: 15516554.

HSL color Cylindrical-coordinate representation of color #8AC3EC: hue angle of 205.1º 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 #8AC3EC is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138195236-
CMYK0.420.1700.07
HSL205.1º72.06%73.33%-
HSV(B)205.1º41.53%92.55%-
XYZ45.1450.4986.72-
YUV182.63158.1296.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.25%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=24.25%
G=34.27%
B=41.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381952360.420.1700.07205.172.0673.33
Hex8AC3EC2A1107cd4849
Octal212303354522107315110111
Binary1000101011000011111011001010101000101111100110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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