#8CBEDD

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

Shades of Cornflower #8CBEDD

Tints of Cornflower #8CBEDD

Color information

#8CBEDD (or 0x8CBEDD) is unknown color: approx Cornflower. HEX triplet: 8C, BE and DD. RGB value is (140,190,221). Sum of RGB (Red+Green+Blue) = 140+190+221=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CBEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBEDD is #734122. Grayscale: #B2B2B2. Windows color (decimal): -7553315 or 14532236. OLE color: 14532236.

HSL color Cylindrical-coordinate representation of color #8CBEDD: hue angle of 202.96º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CBEDD is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140190221-
CMYK0.370.1400.13
HSL202.96º54.36%70.78%-
HSV(B)202.96º36.65%86.67%-
XYZ42.2847.6275.37-
YUV178.58151.94100.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.41%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=25.41%
G=34.48%
B=40.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401902210.370.1400.13202.9654.3670.78
Hex8CBEDD25E0Dcb3647
Octal214276335451601531366107
Binary100011001011111011011101100101111001101110010111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,190,221); }

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

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

 a { background-color: rgb(140,190,221); }

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

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

 span { border-color: rgb(140,190,221); }

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