#8CC3EA

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

Shades of Cornflower #8CC3EA

Tints of Cornflower #8CC3EA

Color information

#8CC3EA (or 0x8CC3EA) is unknown color: approx Cornflower. HEX triplet: 8C, C3 and EA. RGB value is (140,195,234). Sum of RGB (Red+Green+Blue) = 140+195+234=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CC3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC3EA is #733C15. Grayscale: #B6B6B6. Windows color (decimal): -7552022 or 15385484. OLE color: 15385484.

HSL color Cylindrical-coordinate representation of color #8CC3EA: hue angle of 204.89º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CC3EA is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140195234-
CMYK0.400.1700.08
HSL204.89º69.12%73.33%-
HSV(B)204.89º40.17%91.76%-
XYZ45.1850.5585.22-
YUV183156.7897.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.60%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=24.60%
G=34.27%
B=41.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401952340.400.1700.08204.8969.1273.33
Hex8CC3EA281108cd4549
Octal2143033525021010315105111
Binary10001100110000111110101010100010001010001100110110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,195,234); }

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

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

 a { background-color: rgb(140,195,234); }

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

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

 span { border-color: rgb(140,195,234); }

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