Html Css Color HEX #8EC0ED Cornflower

📋 copy color: '#8EC0ED'

red 142 ◦ green 192 ◦ blue 237

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

Shades of Cornflower #8EC0ED

Tints of Cornflower #8EC0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 24.87%
G = 33.63%
B = 41.51%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EC0ED (or 0x8EC0ED) is known color: Cornflower. HEX triplet: 8E, C0 and ED. RGB value is (142,192,237). Sum of RGB (Red+Green+Blue) = 142+192+237=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EC0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC0ED is #713F12. Grayscale: #B5B5B5. Windows color (decimal): -7421715 or 15581326. OLE color: 15581326.

HSL color Cylindrical-coordinate representation of color #8EC0ED: hue angle of 208.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC0ED is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 192 237 -
CMYK 0.40 0.19 0 0.07
HSL 208.42º 0.73% 0.74% -
HSV(B) 208.42º 0.4% 0.93% -
XYZ 45.29 49.56 87.3 -
YUV 182.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 142 192 237 0.40 0.19 0 0.07 208.42 0.73 0.74
Hex 8E C0 ED 28 13 0 7 D0 49 4A
Octal 216 300 355 50 23 0 7 320 111 112
Binary 10001110 11000000 11101101 101000 10011 0 111 11010000 1001001 1001010

Color Harmonies of #8EC0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC0ED

Black with #8EC0ED

Text Example


Text Example

White with #8EC0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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