#8EBBEE

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

Shades of Cornflower #8EBBEE

Tints of Cornflower #8EBBEE

Color information

#8EBBEE (or 0x8EBBEE) is unknown color: approx Cornflower. HEX triplet: 8E, BB and EE. RGB value is (142,187,238). Sum of RGB (Red+Green+Blue) = 142+187+238=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EBBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBBEE is #714411. Grayscale: #B3B3B3. Windows color (decimal): -7422994 or 15645582. OLE color: 15645582.

HSL color Cylindrical-coordinate representation of color #8EBBEE: hue angle of 211.88º 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 #8EBBEE is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142187238-
CMYK0.400.2100.07
HSL211.88º73.85%74.51%-
HSV(B)211.88º40.34%93.33%-
XYZ44.3647.4687.71-
YUV179.36161.09101.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.04%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=25.04%
G=32.98%
B=41.98%

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
Decimal1421872380.400.2100.07211.8873.8574.51
Hex8EBBEE281507d44a4b
Octal216273356502507324112113
Binary1000111010111011111011101010001010101111101010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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