#8FBBEA

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

Shades of Cornflower #8FBBEA

Tints of Cornflower #8FBBEA

Color information

#8FBBEA (or 0x8FBBEA) is unknown color: approx Cornflower. HEX triplet: 8F, BB and EA. RGB value is (143,187,234). Sum of RGB (Red+Green+Blue) = 143+187+234=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FBBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBEA is #704415. Grayscale: #B2B2B2. Windows color (decimal): -7357462 or 15383439. OLE color: 15383439.

HSL color Cylindrical-coordinate representation of color #8FBBEA: hue angle of 210.99º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBBEA is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143187234-
CMYK0.390.2000.08
HSL210.99º68.42%73.92%-
HSV(B)210.99º38.89%91.76%-
XYZ43.9547.3284.66-
YUV179.2158.92102.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.35%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=25.35%
G=33.16%
B=41.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431872340.390.2000.08210.9968.4273.92
Hex8FBBEA271408d3444a
Octal2172733524724010323104112
Binary10001111101110111110101010011110100010001101001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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