#8DBEDA

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

Shades of Cornflower #8DBEDA

Tints of Cornflower #8DBEDA

Color information

#8DBEDA (or 0x8DBEDA) is unknown color: approx Cornflower. HEX triplet: 8D, BE and DA. RGB value is (141,190,218). Sum of RGB (Red+Green+Blue) = 141+190+218=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEDA is #724125. Grayscale: #B2B2B2. Windows color (decimal): -7487782 or 14335629. OLE color: 14335629.

HSL color Cylindrical-coordinate representation of color #8DBEDA: hue angle of 201.82º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DBEDA is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB141190218-
CMYK0.350.1300.15
HSL201.82º50.99%70.39%-
HSV(B)201.82º35.32%85.49%-
XYZ42.0547.5573.29-
YUV178.54150.27101.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.68%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=25.68%
G=34.61%
B=39.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411902180.350.1300.15201.8250.9970.39
Hex8DBEDA23D0Fca3346
Octal215276332431501731263106
Binary100011011011111011011010100011110101111110010101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,190,218); }

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

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

 a { background-color: rgb(141,190,218); }

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

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

 span { border-color: rgb(141,190,218); }

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