#8DCAEC

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

Shades of Cornflower #8DCAEC

Tints of Cornflower #8DCAEC

Color information

#8DCAEC (or 0x8DCAEC) is unknown color: approx Cornflower. HEX triplet: 8D, CA and EC. RGB value is (141,202,236). Sum of RGB (Red+Green+Blue) = 141+202+236=579 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.35% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DCAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCAEC is #723513. Grayscale: #BBBBBB. Windows color (decimal): -7484692 or 15518349. OLE color: 15518349.

HSL color Cylindrical-coordinate representation of color #8DCAEC: hue angle of 201.47º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DCAEC is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141202236-
CMYK0.400.1400.07
HSL201.47º71.43%73.92%-
HSV(B)201.47º40.25%92.55%-
XYZ47.2553.9687.28-
YUV187.64155.2994.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.35%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=24.35%
G=34.89%
B=40.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412022360.400.1400.07201.4771.4373.92
Hex8DCAEC28E07c9474a
Octal215312354501607311107112
Binary100011011100101011101100101000111001111100100110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,236); }

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

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

 a { background-color: rgb(141,202,236); }

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

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

 span { border-color: rgb(141,202,236); }

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