#8DC7EB

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

Shades of Cornflower #8DC7EB

Tints of Cornflower #8DC7EB

Color information

#8DC7EB (or 0x8DC7EB) is unknown color: approx Cornflower. HEX triplet: 8D, C7 and EB. RGB value is (141,199,235). Sum of RGB (Red+Green+Blue) = 141+199+235=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DC7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC7EB is #723814. Grayscale: #B9B9B9. Windows color (decimal): -7485461 or 15452045. OLE color: 15452045.

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

Color convert

RGB141199235-
CMYK0.40.1500.08
HSL202.98º70.15%73.73%-
HSV(B)202.98º40%92.16%-
XYZ46.452.5186.29-
YUV185.76155.7896.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.52%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=24.52%
G=34.61%
B=40.87%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411992350.40.1500.08202.9870.1573.73
Hex8DC7EB28F08cb464a
Octal2153073535017010313106112
Binary1000110111000111111010111010001111010001100101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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