#8DC9EA

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

Shades of Cornflower #8DC9EA

Tints of Cornflower #8DC9EA

Color information

#8DC9EA (or 0x8DC9EA) is unknown color: approx Cornflower. HEX triplet: 8D, C9 and EA. RGB value is (141,201,234). Sum of RGB (Red+Green+Blue) = 141+201+234=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DC9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC9EA is #723615. Grayscale: #BABABA. Windows color (decimal): -7484950 or 15387021. OLE color: 15387021.

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

Color convert

RGB141201234-
CMYK0.400.1400.08
HSL201.29º68.89%73.53%-
HSV(B)201.29º39.74%91.76%-
XYZ46.7253.3885.68-
YUV186.82154.6295.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.48%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=24.48%
G=34.90%
B=40.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412012340.400.1400.08201.2968.8973.53
Hex8DC9EA28E08c9454a
Octal2153113525016010311105112
Binary1000110111001001111010101010001110010001100100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,201,234); }

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

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

 a { background-color: rgb(141,201,234); }

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

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

 span { border-color: rgb(141,201,234); }

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