#8FBBEE

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

Shades of Cornflower #8FBBEE

Tints of Cornflower #8FBBEE

Color information

#8FBBEE (or 0x8FBBEE) is unknown color: approx Cornflower. HEX triplet: 8F, BB and EE. RGB value is (143,187,238). Sum of RGB (Red+Green+Blue) = 143+187+238=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FBBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBEE is #704411. Grayscale: #B3B3B3. Windows color (decimal): -7357458 or 15645583. OLE color: 15645583.

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

Color convert

RGB143187238-
CMYK0.400.2100.07
HSL212.21º73.64%74.71%-
HSV(B)212.21º39.92%93.33%-
XYZ44.5347.5587.72-
YUV179.66160.92101.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.18%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=25.18%
G=32.92%
B=41.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431872380.400.2100.07212.2173.6474.71
Hex8FBBEE281507d44a4b
Octal217273356502507324112113
Binary1000111110111011111011101010001010101111101010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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