Html Css Color HEX #8EBAED Cornflower

📋 copy color: '#8EBAED'

red 142 ◦ green 186 ◦ blue 237

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

Shades of Cornflower #8EBAED

Tints of Cornflower #8EBAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 25.13%
G = 32.92%
B = 41.95%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EBAED (or 0x8EBAED) is known color: Cornflower. HEX triplet: 8E, BA and ED. RGB value is (142,186,237). Sum of RGB (Red+Green+Blue) = 142+186+237=565 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.13% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBAED is #714512. Grayscale: #B2B2B2. Windows color (decimal): -7423251 or 15579790. OLE color: 15579790.

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

Color convert

RGB 142 186 237 -
CMYK 0.40 0.22 0 0.07
HSL 212.21º 0.73% 0.74% -
HSV(B) 212.21º 0.4% 0.93% -
XYZ 44 46.98 86.87 -
YUV 178.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 142 186 237 0.40 0.22 0 0.07 212.21 0.73 0.74
Hex 8E BA ED 28 16 0 7 D4 49 4A
Octal 216 272 355 50 26 0 7 324 111 112
Binary 10001110 10111010 11101101 101000 10110 0 111 11010100 1001001 1001010

Color Harmonies of #8EBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBAED

Black with #8EBAED

Text Example


Text Example

White with #8EBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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