#8CBEDA

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

Shades of Cornflower #8CBEDA

Tints of Cornflower #8CBEDA

Color information

#8CBEDA (or 0x8CBEDA) is unknown color: approx Cornflower. HEX triplet: 8C, BE and DA. RGB value is (140,190,218). Sum of RGB (Red+Green+Blue) = 140+190+218=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBEDA is #734125. Grayscale: #B2B2B2. Windows color (decimal): -7553318 or 14335628. OLE color: 14335628.

HSL color Cylindrical-coordinate representation of color #8CBEDA: hue angle of 201.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CBEDA is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140190218-
CMYK0.360.1300.15
HSL201.54º51.32%70.2%-
HSV(B)201.54º35.78%85.49%-
XYZ41.8847.4673.28-
YUV178.24150.44100.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.55%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=25.55%
G=34.67%
B=39.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401902180.360.1300.15201.5451.3270.2
Hex8CBEDA24D0Fca3346
Octal214276332441501731263106
Binary100011001011111011011010100100110101111110010101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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