#8DBEED

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

Shades of Cornflower #8DBEED

Tints of Cornflower #8DBEED

Color information

#8DBEED (or 0x8DBEED) is unknown color: approx Cornflower. HEX triplet: 8D, BE and ED. RGB value is (141,190,237). Sum of RGB (Red+Green+Blue) = 141+190+237=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DBEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEED is #724112. Grayscale: #B4B4B4. Windows color (decimal): -7487763 or 15580813. OLE color: 15580813.

HSL color Cylindrical-coordinate representation of color #8DBEED: hue angle of 209.38º 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 #8DBEED is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141190237-
CMYK0.410.2000.07
HSL209.38º72.73%74.12%-
HSV(B)209.38º40.51%92.94%-
XYZ44.6848.687.15-
YUV180.71159.7799.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.82%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=24.82%
G=33.45%
B=41.73%

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
Decimal1411902370.410.2000.07209.3872.7374.12
Hex8DBEED291407d1494a
Octal215276355512407321111112
Binary1000110110111110111011011010011010001111101000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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