Html Css Color HEX #9BEDB6 Vista Blue

📋 copy color: '#9BEDB6'

red 155 ◦ green 237 ◦ blue 182

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

Shades of Vista Blue #9BEDB6

Tints of Vista Blue #9BEDB6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.29%

 BLUE value IS 182 (71.48% from 255) = 31.71%

R = 27%
G = 41.29%
B = 31.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#9BEDB6 (or 0x9BEDB6) is known color: Vista Blue. HEX triplet: 9B, ED and B6. RGB value is (155,237,182). Sum of RGB (Red+Green+Blue) = 155+237+182=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEDB6 is #641249. Grayscale: #CECECE. Windows color (decimal): -6558282 or 11988379. OLE color: 11988379.

HSL color Cylindrical-coordinate representation of color #9BEDB6: hue angle of 139.76º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEDB6 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 237 182 -
CMYK 0.35 0 0.23 0.07
HSL 139.76º 0.69% 0.77% -
HSV(B) 139.76º 0.35% 0.93% -
XYZ 52.25 70.91 55.19 -
YUV 206.21 114.33 91.47 -
System Red Green Blue C M Y K H S L
Decimal 155 237 182 0.35 0 0.23 0.07 139.76 0.69 0.77
Hex 9B ED B6 23 0 17 7 8C 45 4D
Octal 233 355 266 43 0 27 7 214 105 115
Binary 10011011 11101101 10110110 100011 0 10111 111 10001100 1000101 1001101

Color Harmonies of #9BEDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEDB6

Black with #9BEDB6

Text Example


Text Example

White with #9BEDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,237,182); }

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

background-color css

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

 a { background-color: rgb(155,237,182); }

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

border-color css

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

 span { border-color: rgb(155,237,182); }

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