#8DC7EA

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

Shades of Cornflower #8DC7EA

Tints of Cornflower #8DC7EA

Color information

#8DC7EA (or 0x8DC7EA) is unknown color: approx Cornflower. HEX triplet: 8D, C7 and EA. RGB value is (141,199,234). Sum of RGB (Red+Green+Blue) = 141+199+234=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DC7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC7EA is #723815. Grayscale: #B9B9B9. Windows color (decimal): -7485462 or 15386509. OLE color: 15386509.

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

Color convert

RGB141199234-
CMYK0.400.1500.08
HSL202.58º68.89%73.53%-
HSV(B)202.58º39.74%91.76%-
XYZ46.2652.4585.53-
YUV185.65155.2896.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.56%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=24.56%
G=34.67%
B=40.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411992340.400.1500.08202.5868.8973.53
Hex8DC7EA28F08cb454a
Octal2153073525017010313105112
Binary1000110111000111111010101010001111010001100101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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