#8AC4EF

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

Shades of Cornflower #8AC4EF

Tints of Cornflower #8AC4EF

Color information

#8AC4EF (or 0x8AC4EF) is unknown color: approx Cornflower. HEX triplet: 8A, C4 and EF. RGB value is (138,196,239). Sum of RGB (Red+Green+Blue) = 138+196+239=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AC4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC4EF is #753B10. Grayscale: #B7B7B7. Windows color (decimal): -7682833 or 15713418. OLE color: 15713418.

HSL color Cylindrical-coordinate representation of color #8AC4EF: hue angle of 205.54º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AC4EF is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB138196239-
CMYK0.420.1800.06
HSL205.54º75.94%73.92%-
HSV(B)205.54º42.26%93.73%-
XYZ45.851.1289.11-
YUV183.56159.2895.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.08%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=24.08%
G=34.21%
B=41.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1381962390.420.1800.06205.5475.9473.92
Hex8AC4EF2A1206ce4c4a
Octal212304357522206316114112
Binary1000101011000100111011111010101001001101100111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,196,239); }

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

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

 a { background-color: rgb(138,196,239); }

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

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

 span { border-color: rgb(138,196,239); }

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