#8AC4EA

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

Shades of Cornflower #8AC4EA

Tints of Cornflower #8AC4EA

Color information

#8AC4EA (or 0x8AC4EA) is unknown color: approx Cornflower. HEX triplet: 8A, C4 and EA. RGB value is (138,196,234). Sum of RGB (Red+Green+Blue) = 138+196+234=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AC4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC4EA is #753B15. Grayscale: #B6B6B6. Windows color (decimal): -7682838 or 15385738. OLE color: 15385738.

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

Color convert

RGB138196234-
CMYK0.410.1600.08
HSL203.75º69.57%72.94%-
HSV(B)203.75º41.03%91.76%-
XYZ45.0750.8285.28-
YUV182.99156.7895.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.30%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=24.30%
G=34.51%
B=41.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381962340.410.1600.08203.7569.5772.94
Hex8AC4EA291008cc4649
Octal2123043525120010314106111
Binary10001010110001001110101010100110000010001100110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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