#8FBBD9

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

Shades of Cornflower #8FBBD9

Tints of Cornflower #8FBBD9

Color information

#8FBBD9 (or 0x8FBBD9) is unknown color: approx Cornflower. HEX triplet: 8F, BB and D9. RGB value is (143,187,217). Sum of RGB (Red+Green+Blue) = 143+187+217=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #8FBBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBD9 is #704426. Grayscale: #B1B1B1. Windows color (decimal): -7357479 or 14269327. OLE color: 14269327.

HSL color Cylindrical-coordinate representation of color #8FBBD9: hue angle of 204.32º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBBD9 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143187217-
CMYK0.340.1400.15
HSL204.32º49.33%70.59%-
HSV(B)204.32º34.1%85.1%-
XYZ41.6246.3972.41-
YUV177.26150.42103.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.14%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=26.14%
G=34.19%
B=39.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1431872170.340.1400.15204.3249.3370.59
Hex8FBBD922E0Fcc3147
Octal217273331421601731461107
Binary100011111011101111011001100010111001111110011001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,187,217); }

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

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

 a { background-color: rgb(143,187,217); }

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

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

 span { border-color: rgb(143,187,217); }

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