Html Css Color HEX #8BE5BD Vista Blue

📋 copy color: '#8BE5BD'

red 139 ◦ green 229 ◦ blue 189

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

Shades of Vista Blue #8BE5BD

Tints of Vista Blue #8BE5BD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.11%

 BLUE value IS 189 (74.22% from 255) = 33.93%

R = 24.96%
G = 41.11%
B = 33.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#8BE5BD (or 0x8BE5BD) is known color: Vista Blue. HEX triplet: 8B, E5 and BD. RGB value is (139,229,189). Sum of RGB (Red+Green+Blue) = 139+229+189=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #8BE5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE5BD is #741A42. Grayscale: #C5C5C5. Windows color (decimal): -7608899 or 12445067. OLE color: 12445067.

HSL color Cylindrical-coordinate representation of color #8BE5BD: hue angle of 153.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE5BD is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 139 229 189 -
CMYK 0.39 0 0.17 0.10
HSL 153.33º 0.63% 0.72% -
HSV(B) 153.33º 0.39% 0.9% -
XYZ 47.85 65.2 58.21 -
YUV 197.53 123.18 86.25 -
System Red Green Blue C M Y K H S L
Decimal 139 229 189 0.39 0 0.17 0.10 153.33 0.63 0.72
Hex 8B E5 BD 27 0 11 A 99 3F 48
Octal 213 345 275 47 0 21 12 231 77 110
Binary 10001011 11100101 10111101 100111 0 10001 1010 10011001 111111 1001000

Color Harmonies of #8BE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE5BD

Black with #8BE5BD

Text Example


Text Example

White with #8BE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,229,189); }

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

background-color css

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

 a { background-color: rgb(139,229,189); }

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

border-color css

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

 span { border-color: rgb(139,229,189); }

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