Html Css Color HEX #8EC0DC Cornflower

📋 copy color: '#8EC0DC'

red 142 ◦ green 192 ◦ blue 220

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

Shades of Cornflower #8EC0DC

Tints of Cornflower #8EC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.66%

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

R = 25.63%
G = 34.66%
B = 39.71%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8EC0DC (or 0x8EC0DC) is known color: Cornflower. HEX triplet: 8E, C0 and DC. RGB value is (142,192,220). Sum of RGB (Red+Green+Blue) = 142+192+220=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC0DC is #713F23. Grayscale: #B4B4B4. Windows color (decimal): -7421732 or 14467214. OLE color: 14467214.

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

Color convert

RGB 142 192 220 -
CMYK 0.35 0.13 0 0.14
HSL 201.54º 0.53% 0.71% -
HSV(B) 201.54º 0.35% 0.86% -
XYZ 42.92 48.62 74.83 -
YUV 180.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 142 192 220 0.35 0.13 0 0.14 201.54 0.53 0.71
Hex 8E C0 DC 23 D 0 E CA 35 47
Octal 216 300 334 43 15 0 16 312 65 107
Binary 10001110 11000000 11011100 100011 1101 0 1110 11001010 110101 1000111

Color Harmonies of #8EC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC0DC

Black with #8EC0DC

Text Example


Text Example

White with #8EC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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