#8FBBEC

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

Shades of Cornflower #8FBBEC

Tints of Cornflower #8FBBEC

Color information

#8FBBEC (or 0x8FBBEC) is unknown color: approx Cornflower. HEX triplet: 8F, BB and EC. RGB value is (143,187,236). Sum of RGB (Red+Green+Blue) = 143+187+236=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FBBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBEC is #704413. Grayscale: #B3B3B3. Windows color (decimal): -7357460 or 15514511. OLE color: 15514511.

HSL color Cylindrical-coordinate representation of color #8FBBEC: hue angle of 211.61º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBBEC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143187236-
CMYK0.390.2100.07
HSL211.61º70.99%74.31%-
HSV(B)211.61º39.41%92.55%-
XYZ44.2447.4486.18-
YUV179.43159.92102.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.27%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=25.27%
G=33.04%
B=41.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431872360.390.2100.07211.6170.9974.31
Hex8FBBEC271507d4474a
Octal217273354472507324107112
Binary1000111110111011111011001001111010101111101010010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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