Html Css Color HEX #8EC1EB Cornflower

📋 copy color: '#8EC1EB'

red 142 ◦ green 193 ◦ blue 235

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

Shades of Cornflower #8EC1EB

Tints of Cornflower #8EC1EB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.86%

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

R = 24.91%
G = 33.86%
B = 41.23%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EC1EB (or 0x8EC1EB) is known color: Cornflower. HEX triplet: 8E, C1 and EB. RGB value is (142,193,235). Sum of RGB (Red+Green+Blue) = 142+193+235=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EC1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC1EB is #713E14. Grayscale: #B6B6B6. Windows color (decimal): -7421461 or 15450510. OLE color: 15450510.

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

Color convert

RGB 142 193 235 -
CMYK 0.40 0.18 0 0.08
HSL 207.1º 0.7% 0.74% -
HSV(B) 207.1º 0.4% 0.92% -
XYZ 45.22 49.89 85.84 -
YUV 182.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 142 193 235 0.40 0.18 0 0.08 207.1 0.7 0.74
Hex 8E C1 EB 28 12 0 8 CF 46 4A
Octal 216 301 353 50 22 0 10 317 106 112
Binary 10001110 11000001 11101011 101000 10010 0 1000 11001111 1000110 1001010

Color Harmonies of #8EC1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC1EB

Black with #8EC1EB

Text Example


Text Example

White with #8EC1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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