#8DBEEB

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

Shades of Cornflower #8DBEEB

Tints of Cornflower #8DBEEB

Color information

#8DBEEB (or 0x8DBEEB) is unknown color: approx Cornflower. HEX triplet: 8D, BE and EB. RGB value is (141,190,235). Sum of RGB (Red+Green+Blue) = 141+190+235=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DBEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEEB is #724114. Grayscale: #B4B4B4. Windows color (decimal): -7487765 or 15449741. OLE color: 15449741.

HSL color Cylindrical-coordinate representation of color #8DBEEB: hue angle of 208.72º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DBEEB is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141190235-
CMYK0.40.1900.08
HSL208.72º70.15%73.73%-
HSV(B)208.72º40%92.16%-
XYZ44.3948.4985.62-
YUV180.48158.7799.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.91%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=24.91%
G=33.57%
B=41.52%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411902350.40.1900.08208.7270.1573.73
Hex8DBEEB281308d1464a
Octal2152763535023010321106112
Binary10001101101111101110101110100010011010001101000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,190,235); }

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

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

 a { background-color: rgb(141,190,235); }

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

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

 span { border-color: rgb(141,190,235); }

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