#8DBEEF

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

Shades of Cornflower #8DBEEF

Tints of Cornflower #8DBEEF

Color information

#8DBEEF (or 0x8DBEEF) is unknown color: approx Cornflower. HEX triplet: 8D, BE and EF. RGB value is (141,190,239). Sum of RGB (Red+Green+Blue) = 141+190+239=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DBEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEEF is #724110. Grayscale: #B4B4B4. Windows color (decimal): -7487761 or 15711885. OLE color: 15711885.

HSL color Cylindrical-coordinate representation of color #8DBEEF: hue angle of 210º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DBEEF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141190239-
CMYK0.410.2100.06
HSL210º75.38%74.51%-
HSV(B)210º41%93.73%-
XYZ44.9848.7288.69-
YUV180.94160.7799.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.74%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=24.74%
G=33.33%
B=41.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1411902390.410.2100.0621075.3874.51
Hex8DBEEF291506d24b4b
Octal215276357512506322113113
Binary1000110110111110111011111010011010101101101001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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