#8BBFDD

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

Shades of Cornflower #8BBFDD

Tints of Cornflower #8BBFDD

Color information

#8BBFDD (or 0x8BBFDD) is unknown color: approx Cornflower. HEX triplet: 8B, BF and DD. RGB value is (139,191,221). Sum of RGB (Red+Green+Blue) = 139+191+221=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFDD is #744022. Grayscale: #B2B2B2. Windows color (decimal): -7618595 or 14532491. OLE color: 14532491.

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

Color convert

RGB139191221-
CMYK0.370.1400.13
HSL201.95º54.67%70.59%-
HSV(B)201.95º37.1%86.67%-
XYZ42.3347.9775.43-
YUV178.87151.7799.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.23%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=25.23%
G=34.66%
B=40.11%

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
Decimal1391912210.370.1400.13201.9554.6770.59
Hex8BBFDD25E0Dca3747
Octal213277335451601531267107
Binary100010111011111111011101100101111001101110010101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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