#8BBEDD

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

Shades of Cornflower #8BBEDD

Tints of Cornflower #8BBEDD

Color information

#8BBEDD (or 0x8BBEDD) is unknown color: approx Cornflower. HEX triplet: 8B, BE and DD. RGB value is (139,190,221). Sum of RGB (Red+Green+Blue) = 139+190+221=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BBEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEDD is #744122. Grayscale: #B2B2B2. Windows color (decimal): -7618851 or 14532235. OLE color: 14532235.

HSL color Cylindrical-coordinate representation of color #8BBEDD: hue angle of 202.68º degrees, saturation: 0.55, 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 #8BBEDD is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139190221-
CMYK0.370.1400.13
HSL202.68º54.67%70.59%-
HSV(B)202.68º37.1%86.67%-
XYZ42.1147.5475.36-
YUV178.28152.199.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.27%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=25.27%
G=34.55%
B=40.18%

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
Decimal1391902210.370.1400.13202.6854.6770.59
Hex8BBEDD25E0Dcb3747
Octal213276335451601531367107
Binary100010111011111011011101100101111001101110010111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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