Html Css Color HEX #9BEAB8 Vista Blue

📋 copy color: '#9BEAB8'

red 155 ◦ green 234 ◦ blue 184

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

Shades of Vista Blue #9BEAB8

Tints of Vista Blue #9BEAB8

RGB

 RED value IS 155 (60.94% from 255) = 27.05%

 GREEN value IS 234 (91.8% from 255) = 40.84%

 BLUE value IS 184 (72.27% from 255) = 32.11%

R = 27.05%
G = 40.84%
B = 32.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#9BEAB8 (or 0x9BEAB8) is known color: Vista Blue. HEX triplet: 9B, EA and B8. RGB value is (155,234,184). Sum of RGB (Red+Green+Blue) = 155+234+184=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEAB8 is #641547. Grayscale: #CCCCCC. Windows color (decimal): -6559048 or 12118683. OLE color: 12118683.

HSL color Cylindrical-coordinate representation of color #9BEAB8: hue angle of 142.03º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEAB8 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 234 184 -
CMYK 0.34 0 0.21 0.08
HSL 142.03º 0.65% 0.76% -
HSV(B) 142.03º 0.34% 0.92% -
XYZ 51.59 69.27 56 -
YUV 204.68 116.33 92.57 -
System Red Green Blue C M Y K H S L
Decimal 155 234 184 0.34 0 0.21 0.08 142.03 0.65 0.76
Hex 9B EA B8 22 0 15 8 8E 41 4C
Octal 233 352 270 42 0 25 10 216 101 114
Binary 10011011 11101010 10111000 100010 0 10101 1000 10001110 1000001 1001100

Color Harmonies of #9BEAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEAB8

Black with #9BEAB8

Text Example


Text Example

White with #9BEAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BEAB8; }

 p { color: rgb(155,234,184); }

 H1.HeaderClassName
 {
   color: #9BEAB8;
 }
 .AnyTagClassName
 {
   color: #9BEAB8;
 }
</style>

background-color css

<style>
 a { background-color: #9BEAB8; }

 a { background-color: rgb(155,234,184); }

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

border-color css

<style>
 span { border-color: #9BEAB8; }

 span { border-color: rgb(155,234,184); }

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