#8CBEE7

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

Shades of Cornflower #8CBEE7

Tints of Cornflower #8CBEE7

Color information

#8CBEE7 (or 0x8CBEE7) is unknown color: approx Cornflower. HEX triplet: 8C, BE and E7. RGB value is (140,190,231). Sum of RGB (Red+Green+Blue) = 140+190+231=561 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.96% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #8CBEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBEE7 is #734118. Grayscale: #B3B3B3. Windows color (decimal): -7553305 or 15187596. OLE color: 15187596.

HSL color Cylindrical-coordinate representation of color #8CBEE7: hue angle of 207.03º 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 #8CBEE7 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB140190231-
CMYK0.390.1800.09
HSL207.03º65.47%72.75%-
HSV(B)207.03º39.39%90.59%-
XYZ43.6548.1782.6-
YUV179.72156.9499.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.96%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 231 (90.62% from 255) = 41.18%
R=24.96%
G=33.87%
B=41.18%

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
Decimal1401902310.390.1800.09207.0365.4772.75
Hex8CBEE7271209cf4149
Octal2142763474722011317101111
Binary10001100101111101110011110011110010010011100111110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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