Html Css Color HEX #9BE0C1 Vista Blue

📋 copy color: '#9BE0C1'

red 155 ◦ green 224 ◦ blue 193

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

Shades of Vista Blue #9BE0C1

Tints of Vista Blue #9BE0C1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.16%

 BLUE value IS 193 (75.78% from 255) = 33.74%

R = 27.1%
G = 39.16%
B = 33.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#9BE0C1 (or 0x9BE0C1) is known color: Vista Blue. HEX triplet: 9B, E0 and C1. RGB value is (155,224,193). Sum of RGB (Red+Green+Blue) = 155+224+193=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0C1 is #641F3E. Grayscale: #C7C7C7. Windows color (decimal): -6561599 or 12705947. OLE color: 12705947.

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

Color convert

RGB 155 224 193 -
CMYK 0.31 0 0.14 0.12
HSL 153.04º 0.53% 0.74% -
HSV(B) 153.04º 0.31% 0.88% -
XYZ 49.8 64.13 60.21 -
YUV 199.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 155 224 193 0.31 0 0.14 0.12 153.04 0.53 0.74
Hex 9B E0 C1 1F 0 E C 99 35 4A
Octal 233 340 301 37 0 16 14 231 65 112
Binary 10011011 11100000 11000001 11111 0 1110 1100 10011001 110101 1001010

Color Harmonies of #9BE0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE0C1

Black with #9BE0C1

Text Example


Text Example

White with #9BE0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,224,193); }

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

background-color css

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

 a { background-color: rgb(155,224,193); }

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

border-color css

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

 span { border-color: rgb(155,224,193); }

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