Html Css Color HEX #8EBCDC Cornflower

📋 copy color: '#8EBCDC'

red 142 ◦ green 188 ◦ blue 220

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

Shades of Cornflower #8EBCDC

Tints of Cornflower #8EBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.18%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 25.82%
G = 34.18%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8EBCDC (or 0x8EBCDC) is known color: Cornflower. HEX triplet: 8E, BC and DC. RGB value is (142,188,220). Sum of RGB (Red+Green+Blue) = 142+188+220=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCDC is #714323. Grayscale: #B1B1B1. Windows color (decimal): -7422756 or 14466190. OLE color: 14466190.

HSL color Cylindrical-coordinate representation of color #8EBCDC: hue angle of 204.62º degrees, saturation: 0.53, 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 #8EBCDC is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 188 220 -
CMYK 0.35 0.15 0 0.14
HSL 204.62º 0.53% 0.71% -
HSV(B) 204.62º 0.35% 0.86% -
XYZ 42.06 46.88 74.54 -
YUV 177.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 142 188 220 0.35 0.15 0 0.14 204.62 0.53 0.71
Hex 8E BC DC 23 F 0 E CD 35 47
Octal 216 274 334 43 17 0 16 315 65 107
Binary 10001110 10111100 11011100 100011 1111 0 1110 11001101 110101 1000111

Color Harmonies of #8EBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBCDC

Black with #8EBCDC

Text Example


Text Example

White with #8EBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,188,220); }

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

background-color css

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

 a { background-color: rgb(142,188,220); }

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

border-color css

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

 span { border-color: rgb(142,188,220); }

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