Html Css Color HEX #8EBAEC Cornflower

📋 copy color: '#8EBAEC'

red 142 ◦ green 186 ◦ blue 236

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

Shades of Cornflower #8EBAEC

Tints of Cornflower #8EBAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.98%

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

R = 25.18%
G = 32.98%
B = 41.84%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EBAEC (or 0x8EBAEC) is known color: Cornflower. HEX triplet: 8E, BA and EC. RGB value is (142,186,236). Sum of RGB (Red+Green+Blue) = 142+186+236=564 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.18% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBAEC is #714513. Grayscale: #B2B2B2. Windows color (decimal): -7423252 or 15514254. OLE color: 15514254.

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

Color convert

RGB 142 186 236 -
CMYK 0.40 0.21 0 0.07
HSL 211.91º 0.71% 0.74% -
HSV(B) 211.91º 0.4% 0.93% -
XYZ 43.85 46.92 86.1 -
YUV 178.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 142 186 236 0.40 0.21 0 0.07 211.91 0.71 0.74
Hex 8E BA EC 28 15 0 7 D4 47 4A
Octal 216 272 354 50 25 0 7 324 107 112
Binary 10001110 10111010 11101100 101000 10101 0 111 11010100 1000111 1001010

Color Harmonies of #8EBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBAEC

Black with #8EBAEC

Text Example


Text Example

White with #8EBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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