Html Css Color HEX #8BE1B9 Vista Blue

📋 copy color: '#8BE1B9'

red 139 ◦ green 225 ◦ blue 185

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

Shades of Vista Blue #8BE1B9

Tints of Vista Blue #8BE1B9

RGB

 RED value IS 139 (54.69% from 255) = 25.32%

 GREEN value IS 225 (88.28% from 255) = 40.98%

 BLUE value IS 185 (72.66% from 255) = 33.7%

R = 25.32%
G = 40.98%
B = 33.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#8BE1B9 (or 0x8BE1B9) is known color: Vista Blue. HEX triplet: 8B, E1 and B9. RGB value is (139,225,185). Sum of RGB (Red+Green+Blue) = 139+225+185=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE1B9 is #741E46. Grayscale: #C2C2C2. Windows color (decimal): -7609927 or 12181899. OLE color: 12181899.

HSL color Cylindrical-coordinate representation of color #8BE1B9: hue angle of 152.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE1B9 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 225 185 -
CMYK 0.38 0 0.18 0.12
HSL 152.09º 0.59% 0.71% -
HSV(B) 152.09º 0.38% 0.88% -
XYZ 46.33 62.84 55.59 -
YUV 194.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 139 225 185 0.38 0 0.18 0.12 152.09 0.59 0.71
Hex 8B E1 B9 26 0 12 C 98 3B 47
Octal 213 341 271 46 0 22 14 230 73 107
Binary 10001011 11100001 10111001 100110 0 10010 1100 10011000 111011 1000111

Color Harmonies of #8BE1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE1B9

Black with #8BE1B9

Text Example


Text Example

White with #8BE1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,225,185); }

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

background-color css

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

 a { background-color: rgb(139,225,185); }

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

border-color css

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

 span { border-color: rgb(139,225,185); }

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