#8EBEEE

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

Shades of Cornflower #8EBEEE

Tints of Cornflower #8EBEEE

Color information

#8EBEEE (or 0x8EBEEE) is unknown color: approx Cornflower. HEX triplet: 8E, BE and EE. RGB value is (142,190,238). Sum of RGB (Red+Green+Blue) = 142+190+238=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EBEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBEEE is #714111. Grayscale: #B4B4B4. Windows color (decimal): -7422226 or 15646350. OLE color: 15646350.

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

Color convert

RGB142190238-
CMYK0.400.2000.07
HSL210º73.85%74.51%-
HSV(B)210º40.34%93.33%-
XYZ4548.7587.93-
YUV181.12160.1100.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.91%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=24.91%
G=33.33%
B=41.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421902380.400.2000.0721073.8574.51
Hex8EBEEE281407d24a4b
Octal216276356502407322112113
Binary1000111010111110111011101010001010001111101001010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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