#8EBFDB

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

Shades of Cornflower #8EBFDB

Tints of Cornflower #8EBFDB

Color information

#8EBFDB (or 0x8EBFDB) is unknown color: approx Cornflower. HEX triplet: 8E, BF and DB. RGB value is (142,191,219). Sum of RGB (Red+Green+Blue) = 142+191+219=552 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.72% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFDB is #714024. Grayscale: #B3B3B3. Windows color (decimal): -7421989 or 14401422. OLE color: 14401422.

HSL color Cylindrical-coordinate representation of color #8EBFDB: hue angle of 201.82º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EBFDB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142191219-
CMYK0.350.1300.14
HSL201.82º51.68%70.78%-
HSV(B)201.82º35.16%85.88%-
XYZ42.5748.1374.06-
YUV179.54150.27101.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.72%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=25.72%
G=34.60%
B=39.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421912190.350.1300.14201.8251.6870.78
Hex8EBFDB23D0Eca3447
Octal216277333431501631264107
Binary100011101011111111011011100011110101110110010101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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