#8DBDED

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

Shades of Cornflower #8DBDED

Tints of Cornflower #8DBDED

Color information

#8DBDED (or 0x8DBDED) is unknown color: approx Cornflower. HEX triplet: 8D, BD and ED. RGB value is (141,189,237). Sum of RGB (Red+Green+Blue) = 141+189+237=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DBDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDED is #724212. Grayscale: #B3B3B3. Windows color (decimal): -7488019 or 15580557. OLE color: 15580557.

HSL color Cylindrical-coordinate representation of color #8DBDED: hue angle of 210º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DBDED is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141189237-
CMYK0.410.2000.07
HSL210º72.73%74.12%-
HSV(B)210º40.51%92.94%-
XYZ44.4748.1787.08-
YUV180.12160.1100.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.87%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=24.87%
G=33.33%
B=41.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411892370.410.2000.0721072.7374.12
Hex8DBDED291407d2494a
Octal215275355512407322111112
Binary1000110110111101111011011010011010001111101001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,189,237); }

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

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

 a { background-color: rgb(141,189,237); }

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

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

 span { border-color: rgb(141,189,237); }

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