#8BBDDE

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

Shades of Cornflower #8BBDDE

Tints of Cornflower #8BBDDE

Color information

#8BBDDE (or 0x8BBDDE) is unknown color: approx Cornflower. HEX triplet: 8B, BD and DE. RGB value is (139,189,222). Sum of RGB (Red+Green+Blue) = 139+189+222=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BBDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDDE is #744221. Grayscale: #B1B1B1. Windows color (decimal): -7619106 or 14597515. OLE color: 14597515.

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

Color convert

RGB139189222-
CMYK0.370.1500.13
HSL203.86º55.7%70.78%-
HSV(B)203.86º37.39%87.06%-
XYZ42.0347.1675.99-
YUV177.81152.94100.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.27%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=25.27%
G=34.36%
B=40.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391892220.370.1500.13203.8655.770.78
Hex8BBDDE25F0Dcc3847
Octal213275336451701531470107
Binary100010111011110111011110100101111101101110011001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,189,222); }

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

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

 a { background-color: rgb(139,189,222); }

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

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

 span { border-color: rgb(139,189,222); }

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