Html Css Color HEX #8EEEBC Vista Blue

📋 copy color: '#8EEEBC'

red 142 ◦ green 238 ◦ blue 188

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

Shades of Vista Blue #8EEEBC

Tints of Vista Blue #8EEEBC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.9%

 BLUE value IS 188 (73.83% from 255) = 33.1%

R = 25%
G = 41.9%
B = 33.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#8EEEBC (or 0x8EEEBC) is known color: Vista Blue. HEX triplet: 8E, EE and BC. RGB value is (142,238,188). Sum of RGB (Red+Green+Blue) = 142+238+188=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEEBC is #711143. Grayscale: #CBCBCB. Windows color (decimal): -7409988 or 12381838. OLE color: 12381838.

HSL color Cylindrical-coordinate representation of color #8EEEBC: hue angle of 148.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEEBC is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 238 188 -
CMYK 0.40 0 0.21 0.07
HSL 148.75º 0.74% 0.75% -
HSV(B) 148.75º 0.4% 0.93% -
XYZ 50.81 70.53 58.51 -
YUV 203.6 119.2 84.07 -
System Red Green Blue C M Y K H S L
Decimal 142 238 188 0.40 0 0.21 0.07 148.75 0.74 0.75
Hex 8E EE BC 28 0 15 7 95 4A 4B
Octal 216 356 274 50 0 25 7 225 112 113
Binary 10001110 11101110 10111100 101000 0 10101 111 10010101 1001010 1001011

Color Harmonies of #8EEEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEEBC

Black with #8EEEBC

Text Example


Text Example

White with #8EEEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,238,188); }

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

background-color css

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

 a { background-color: rgb(142,238,188); }

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

border-color css

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

 span { border-color: rgb(142,238,188); }

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