Html Css Color HEX #8EC2EC Cornflower

📋 copy color: '#8EC2EC'

red 142 ◦ green 194 ◦ blue 236

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

Shades of Cornflower #8EC2EC

Tints of Cornflower #8EC2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 24.83%
G = 33.92%
B = 41.26%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EC2EC (or 0x8EC2EC) is known color: Cornflower. HEX triplet: 8E, C2 and EC. RGB value is (142,194,236). Sum of RGB (Red+Green+Blue) = 142+194+236=572 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.83% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC2EC is #713D13. Grayscale: #B7B7B7. Windows color (decimal): -7421204 or 15516302. OLE color: 15516302.

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

Color convert

RGB 142 194 236 -
CMYK 0.40 0.18 0 0.07
HSL 206.81º 0.71% 0.74% -
HSV(B) 206.81º 0.4% 0.93% -
XYZ 45.59 50.39 86.68 -
YUV 183.24 157.77 98.58 -
System Red Green Blue C M Y K H S L
Decimal 142 194 236 0.40 0.18 0 0.07 206.81 0.71 0.74
Hex 8E C2 EC 28 12 0 7 CF 47 4A
Octal 216 302 354 50 22 0 7 317 107 112
Binary 10001110 11000010 11101100 101000 10010 0 111 11001111 1000111 1001010

Color Harmonies of #8EC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC2EC

Black with #8EC2EC

Text Example


Text Example

White with #8EC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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