#8FBDDC

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

Shades of Cornflower #8FBDDC

Tints of Cornflower #8FBDDC

Color information

#8FBDDC (or 0x8FBDDC) is unknown color: approx Cornflower. HEX triplet: 8F, BD and DC. RGB value is (143,189,220). Sum of RGB (Red+Green+Blue) = 143+189+220=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDDC is #704223. Grayscale: #B2B2B2. Windows color (decimal): -7356964 or 14466447. OLE color: 14466447.

HSL color Cylindrical-coordinate representation of color #8FBDDC: hue angle of 204.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBDDC is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143189220-
CMYK0.350.1400.14
HSL204.16º52.38%71.18%-
HSV(B)204.16º35%86.27%-
XYZ42.4447.474.62-
YUV178.78151.26102.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.91%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=25.91%
G=34.24%
B=39.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431892200.350.1400.14204.1652.3871.18
Hex8FBDDC23E0Ecc3447
Octal217275334431601631464107
Binary100011111011110111011100100011111001110110011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,189,220); }

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

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

 a { background-color: rgb(143,189,220); }

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

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

 span { border-color: rgb(143,189,220); }

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