#8CBDE7

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

Shades of Cornflower #8CBDE7

Tints of Cornflower #8CBDE7

Color information

#8CBDE7 (or 0x8CBDE7) is unknown color: approx Cornflower. HEX triplet: 8C, BD and E7. RGB value is (140,189,231). Sum of RGB (Red+Green+Blue) = 140+189+231=560 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #8CBDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBDE7 is #734218. Grayscale: #B2B2B2. Windows color (decimal): -7553561 or 15187340. OLE color: 15187340.

HSL color Cylindrical-coordinate representation of color #8CBDE7: hue angle of 207.69º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CBDE7 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB140189231-
CMYK0.390.1800.09
HSL207.69º65.47%72.75%-
HSV(B)207.69º39.39%90.59%-
XYZ43.4447.7482.53-
YUV179.14157.27100.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 231 (90.62% from 255) = 41.25%
R=25%
G=33.75%
B=41.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1401892310.390.1800.09207.6965.4772.75
Hex8CBDE7271209d04149
Octal2142753474722011320101111
Binary10001100101111011110011110011110010010011101000010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,231); }

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

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

 a { background-color: rgb(140,189,231); }

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

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

 span { border-color: rgb(140,189,231); }

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