#8DC3EB

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

Shades of Cornflower #8DC3EB

Tints of Cornflower #8DC3EB

Color information

#8DC3EB (or 0x8DC3EB) is unknown color: approx Cornflower. HEX triplet: 8D, C3 and EB. RGB value is (141,195,235). Sum of RGB (Red+Green+Blue) = 141+195+235=571 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.69% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DC3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC3EB is #723C14. Grayscale: #B7B7B7. Windows color (decimal): -7486485 or 15451021. OLE color: 15451021.

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

Color convert

RGB141195235-
CMYK0.40.1700.08
HSL205.53º70.15%73.73%-
HSV(B)205.53º40%92.16%-
XYZ45.550.6985.98-
YUV183.41157.1197.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.69%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=24.69%
G=34.15%
B=41.16%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411952350.40.1700.08205.5370.1573.73
Hex8DC3EB281108ce464a
Octal2153033535021010316106112
Binary10001101110000111110101110100010001010001100111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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