Html Css Color HEX #9BE1B9 Vista Blue

📋 copy color: '#9BE1B9'

red 155 ◦ green 225 ◦ blue 185

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

Shades of Vista Blue #9BE1B9

Tints of Vista Blue #9BE1B9

RGB

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

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

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

R = 27.43%
G = 39.82%
B = 32.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#9BE1B9 (or 0x9BE1B9) is known color: Vista Blue. HEX triplet: 9B, E1 and B9. RGB value is (155,225,185). Sum of RGB (Red+Green+Blue) = 155+225+185=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1B9 is #641E46. Grayscale: #C7C7C7. Windows color (decimal): -6561351 or 12181915. OLE color: 12181915.

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

Color convert

RGB 155 225 185 -
CMYK 0.31 0 0.18 0.12
HSL 145.71º 0.54% 0.75% -
HSV(B) 145.71º 0.31% 0.88% -
XYZ 49.2 64.32 55.72 -
YUV 199.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 155 225 185 0.31 0 0.18 0.12 145.71 0.54 0.75
Hex 9B E1 B9 1F 0 12 C 92 36 4B
Octal 233 341 271 37 0 22 14 222 66 113
Binary 10011011 11100001 10111001 11111 0 10010 1100 10010010 110110 1001011

Color Harmonies of #9BE1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE1B9

Black with #9BE1B9

Text Example


Text Example

White with #9BE1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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