#8EBFDF

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

Shades of Cornflower #8EBFDF

Tints of Cornflower #8EBFDF

Color information

#8EBFDF (or 0x8EBFDF) is unknown color: approx Cornflower. HEX triplet: 8E, BF and DF. RGB value is (142,191,223). Sum of RGB (Red+Green+Blue) = 142+191+223=556 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.54% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EBFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFDF is #714020. Grayscale: #B3B3B3. Windows color (decimal): -7421985 or 14663566. OLE color: 14663566.

HSL color Cylindrical-coordinate representation of color #8EBFDF: hue angle of 203.7º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EBFDF is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142191223-
CMYK0.360.1400.13
HSL203.7º55.86%71.57%-
HSV(B)203.7º36.32%87.45%-
XYZ43.1148.3476.87-
YUV180152.27100.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.54%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=25.54%
G=34.35%
B=40.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421912230.360.1400.13203.755.8671.57
Hex8EBFDF24E0Dcc3848
Octal216277337441601531470110
Binary100011101011111111011111100100111001101110011001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,191,223); }

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

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

 a { background-color: rgb(142,191,223); }

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

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

 span { border-color: rgb(142,191,223); }

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