Html Css Color HEX #8EC5ED Cornflower

📋 copy color: '#8EC5ED'

red 142 ◦ green 197 ◦ blue 237

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

Shades of Cornflower #8EC5ED

Tints of Cornflower #8EC5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.2%

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

R = 24.65%
G = 34.2%
B = 41.15%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EC5ED (or 0x8EC5ED) is known color: Cornflower. HEX triplet: 8E, C5 and ED. RGB value is (142,197,237). Sum of RGB (Red+Green+Blue) = 142+197+237=576 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.65% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EC5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC5ED is #713A12. Grayscale: #B8B8B8. Windows color (decimal): -7420435 or 15582606. OLE color: 15582606.

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

Color convert

RGB 142 197 237 -
CMYK 0.40 0.17 0 0.07
HSL 205.26º 0.73% 0.74% -
HSV(B) 205.26º 0.4% 0.93% -
XYZ 46.41 51.8 87.67 -
YUV 185.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 142 197 237 0.40 0.17 0 0.07 205.26 0.73 0.74
Hex 8E C5 ED 28 11 0 7 CD 49 4A
Octal 216 305 355 50 21 0 7 315 111 112
Binary 10001110 11000101 11101101 101000 10001 0 111 11001101 1001001 1001010

Color Harmonies of #8EC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC5ED

Black with #8EC5ED

Text Example


Text Example

White with #8EC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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