Html Css Color HEX #8FEEBE Vista Blue

📋 copy color: '#8FEEBE'

red 143 ◦ green 238 ◦ blue 190

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

Shades of Vista Blue #8FEEBE

Tints of Vista Blue #8FEEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 25.04%
G = 41.68%
B = 33.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#8FEEBE (or 0x8FEEBE) is known color: Vista Blue. HEX triplet: 8F, EE and BE. RGB value is (143,238,190). Sum of RGB (Red+Green+Blue) = 143+238+190=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEBE is #701141. Grayscale: #CCCCCC. Windows color (decimal): -7344450 or 12512911. OLE color: 12512911.

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

Color convert

RGB 143 238 190 -
CMYK 0.40 0 0.20 0.07
HSL 149.68º 0.74% 0.75% -
HSV(B) 149.68º 0.4% 0.93% -
XYZ 51.2 70.71 59.66 -
YUV 204.12 120.03 84.4 -
System Red Green Blue C M Y K H S L
Decimal 143 238 190 0.40 0 0.20 0.07 149.68 0.74 0.75
Hex 8F EE BE 28 0 14 7 96 4A 4B
Octal 217 356 276 50 0 24 7 226 112 113
Binary 10001111 11101110 10111110 101000 0 10100 111 10010110 1001010 1001011

Color Harmonies of #8FEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEEBE

Black with #8FEEBE

Text Example


Text Example

White with #8FEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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