Html Css Color HEX #9FE6B5 Vista Blue

📋 copy color: '#9FE6B5'

red 159 ◦ green 230 ◦ blue 181

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

Shades of Vista Blue #9FE6B5

Tints of Vista Blue #9FE6B5

RGB

 RED value IS 159 (62.5% from 255) = 27.89%

 GREEN value IS 230 (90.23% from 255) = 40.35%

 BLUE value IS 181 (71.09% from 255) = 31.75%

R = 27.89%
G = 40.35%
B = 31.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#9FE6B5 (or 0x9FE6B5) is known color: Vista Blue. HEX triplet: 9F, E6 and B5. RGB value is (159,230,181). Sum of RGB (Red+Green+Blue) = 159+230+181=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE6B5 is #60194A. Grayscale: #CBCBCB. Windows color (decimal): -6297931 or 11921055. OLE color: 11921055.

HSL color Cylindrical-coordinate representation of color #9FE6B5: hue angle of 138.59º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE6B5 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 230 181 -
CMYK 0.31 0 0.21 0.10
HSL 138.59º 0.59% 0.76% -
HSV(B) 138.59º 0.31% 0.9% -
XYZ 50.94 67.3 54.02 -
YUV 203.19 115.48 96.48 -
System Red Green Blue C M Y K H S L
Decimal 159 230 181 0.31 0 0.21 0.10 138.59 0.59 0.76
Hex 9F E6 B5 1F 0 15 A 8B 3B 4C
Octal 237 346 265 37 0 25 12 213 73 114
Binary 10011111 11100110 10110101 11111 0 10101 1010 10001011 111011 1001100

Color Harmonies of #9FE6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE6B5

Black with #9FE6B5

Text Example


Text Example

White with #9FE6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,230,181); }

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

background-color css

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

 a { background-color: rgb(159,230,181); }

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

border-color css

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

 span { border-color: rgb(159,230,181); }

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