#8ebfd7

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

Shades of Cornflower #8EBFD7

Tints of Cornflower #8EBFD7

Color information

#8EBFD7 (or 0x8EBFD7) is unknown color: approx Cornflower. HEX triplet: 8E, BF and D7. RGB value is (142,191,215). Sum of RGB (Red+Green+Blue) = 142+191+215=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #8EBFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFD7 is #714028. Grayscale: #B2B2B2. Windows color (decimal): -7421993 or 14139278. OLE color: 14139278.

HSL color Cylindrical-coordinate representation of color #8EBFD7: hue angle of 199.73º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EBFD7 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142191215-
CMYK0.340.1100.16
HSL199.73º47.71%70%-
HSV(B)199.73º33.95%84.31%-
XYZ42.0547.9271.32-
YUV179.08148.27101.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.91%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=25.91%
G=34.85%
B=39.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421912150.340.1100.16199.7347.7170
Hex8EBFD722B010c83046
Octal216277327421302031060106
Binary1000111010111111110101111000101011010000110010001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ebfd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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