#8DC0EA

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

Shades of Cornflower #8DC0EA

Tints of Cornflower #8DC0EA

Color information

#8DC0EA (or 0x8DC0EA) is unknown color: approx Cornflower. HEX triplet: 8D, C0 and EA. RGB value is (141,192,234). Sum of RGB (Red+Green+Blue) = 141+192+234=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DC0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC0EA is #723F15. Grayscale: #B5B5B5. Windows color (decimal): -7487254 or 15384717. OLE color: 15384717.

HSL color Cylindrical-coordinate representation of color #8DC0EA: hue angle of 207.1º 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 #8DC0EA is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141192234-
CMYK0.400.1800.08
HSL207.1º68.89%73.53%-
HSV(B)207.1º39.74%91.76%-
XYZ44.6949.385-
YUV181.54157.699.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.87%
GREEN value IS 192 (75.39% from 255) = 33.86%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=24.87%
G=33.86%
B=41.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411922340.400.1800.08207.168.8973.53
Hex8DC0EA281208cf454a
Octal2153003525022010317105112
Binary10001101110000001110101010100010010010001100111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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