Html Css Color HEX #8EB9DF Cornflower

📋 copy color: '#8EB9DF'

red 142 ◦ green 185 ◦ blue 223

#8EB9DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #8EB9DF

Tints of Cornflower #8EB9DF

RGB

 RED value IS 142 (55.86% from 255) = 25.82%

 GREEN value IS 185 (72.66% from 255) = 33.64%

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 25.82%
G = 33.64%
B = 40.55%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EB9DF (or 0x8EB9DF) is known color: Cornflower. HEX triplet: 8E, B9 and DF. RGB value is (142,185,223). Sum of RGB (Red+Green+Blue) = 142+185+223=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB9DF is #714620. Grayscale: #B0B0B0. Windows color (decimal): -7423521 or 14662030. OLE color: 14662030.

HSL color Cylindrical-coordinate representation of color #8EB9DF: hue angle of 208.15º 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 #8EB9DF is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 185 223 -
CMYK 0.36 0.17 0 0.13
HSL 208.15º 0.56% 0.72% -
HSV(B) 208.15º 0.36% 0.87% -
XYZ 41.82 45.78 76.44 -
YUV 176.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 142 185 223 0.36 0.17 0 0.13 208.15 0.56 0.72
Hex 8E B9 DF 24 11 0 D D0 38 48
Octal 216 271 337 44 21 0 15 320 70 110
Binary 10001110 10111001 11011111 100100 10001 0 1101 11010000 111000 1001000

Color Harmonies of #8EB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB9DF

Black with #8EB9DF

Text Example


Text Example

White with #8EB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EB9DF;
 }
 .AnyTagClassName
 {
   color: #8EB9DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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