Html Css Color HEX #8EC2EB Cornflower

📋 copy color: '#8EC2EB'

red 142 ◦ green 194 ◦ blue 235

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

Shades of Cornflower #8EC2EB

Tints of Cornflower #8EC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.98%

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

R = 24.87%
G = 33.98%
B = 41.16%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EC2EB (or 0x8EC2EB) is known color: Cornflower. HEX triplet: 8E, C2 and EB. RGB value is (142,194,235). Sum of RGB (Red+Green+Blue) = 142+194+235=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC2EB is #713D14. Grayscale: #B6B6B6. Windows color (decimal): -7421205 or 15450766. OLE color: 15450766.

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

Color convert

RGB 142 194 235 -
CMYK 0.40 0.17 0 0.08
HSL 206.45º 0.7% 0.74% -
HSV(B) 206.45º 0.4% 0.92% -
XYZ 45.44 50.33 85.92 -
YUV 183.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 142 194 235 0.40 0.17 0 0.08 206.45 0.7 0.74
Hex 8E C2 EB 28 11 0 8 CE 46 4A
Octal 216 302 353 50 21 0 10 316 106 112
Binary 10001110 11000010 11101011 101000 10001 0 1000 11001110 1000110 1001010

Color Harmonies of #8EC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC2EB

Black with #8EC2EB

Text Example


Text Example

White with #8EC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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