Html Css Color HEX #8FEEB5 Vista Blue

📋 copy color: '#8FEEB5'

red 143 ◦ green 238 ◦ blue 181

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

Shades of Vista Blue #8FEEB5

Tints of Vista Blue #8FEEB5

RGB

 RED value IS 143 (56.25% from 255) = 25.44%

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

 BLUE value IS 181 (71.09% from 255) = 32.21%

R = 25.44%
G = 42.35%
B = 32.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#8FEEB5 (or 0x8FEEB5) is known color: Vista Blue. HEX triplet: 8F, EE and B5. RGB value is (143,238,181). Sum of RGB (Red+Green+Blue) = 143+238+181=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEB5 is #70114A. Grayscale: #CBCBCB. Windows color (decimal): -7344459 or 11923087. OLE color: 11923087.

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

Color convert

RGB 143 238 181 -
CMYK 0.40 0 0.24 0.07
HSL 144º 0.74% 0.75% -
HSV(B) 144º 0.4% 0.93% -
XYZ 50.24 70.32 54.64 -
YUV 203.1 115.53 85.13 -
System Red Green Blue C M Y K H S L
Decimal 143 238 181 0.40 0 0.24 0.07 144 0.74 0.75
Hex 8F EE B5 28 0 18 7 90 4A 4B
Octal 217 356 265 50 0 30 7 220 112 113
Binary 10001111 11101110 10110101 101000 0 11000 111 10010000 1001010 1001011

Color Harmonies of #8FEEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEEB5

Black with #8FEEB5

Text Example


Text Example

White with #8FEEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,238,181); }

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

background-color css

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

 a { background-color: rgb(143,238,181); }

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

border-color css

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

 span { border-color: rgb(143,238,181); }

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