Html Css Color HEX #8EC5EB Cornflower

📋 copy color: '#8EC5EB'

red 142 ◦ green 197 ◦ blue 235

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

Shades of Cornflower #8EC5EB

Tints of Cornflower #8EC5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.94%

R = 24.74%
G = 34.32%
B = 40.94%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EC5EB (or 0x8EC5EB) is known color: Cornflower. HEX triplet: 8E, C5 and EB. RGB value is (142,197,235). Sum of RGB (Red+Green+Blue) = 142+197+235=574 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.74% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EC5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC5EB is #713A14. Grayscale: #B8B8B8. Windows color (decimal): -7420437 or 15451534. OLE color: 15451534.

HSL color Cylindrical-coordinate representation of color #8EC5EB: hue angle of 204.52º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC5EB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 197 235 -
CMYK 0.40 0.16 0 0.08
HSL 204.52º 0.7% 0.74% -
HSV(B) 204.52º 0.4% 0.92% -
XYZ 46.12 51.68 86.14 -
YUV 184.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 142 197 235 0.40 0.16 0 0.08 204.52 0.7 0.74
Hex 8E C5 EB 28 10 0 8 CD 46 4A
Octal 216 305 353 50 20 0 10 315 106 112
Binary 10001110 11000101 11101011 101000 10000 0 1000 11001101 1000110 1001010

Color Harmonies of #8EC5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC5EB

Black with #8EC5EB

Text Example


Text Example

White with #8EC5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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