Html Css Color HEX #9DEBBB Vista Blue

📋 copy color: '#9DEBBB'

red 157 ◦ green 235 ◦ blue 187

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

Shades of Vista Blue #9DEBBB

Tints of Vista Blue #9DEBBB

RGB

 RED value IS 157 (61.72% from 255) = 27.12%

 GREEN value IS 235 (92.19% from 255) = 40.59%

 BLUE value IS 187 (73.44% from 255) = 32.3%

R = 27.12%
G = 40.59%
B = 32.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#9DEBBB (or 0x9DEBBB) is known color: Vista Blue. HEX triplet: 9D, EB and BB. RGB value is (157,235,187). Sum of RGB (Red+Green+Blue) = 157+235+187=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBBB is #621444. Grayscale: #CECECE. Windows color (decimal): -6427717 or 12315549. OLE color: 12315549.

HSL color Cylindrical-coordinate representation of color #9DEBBB: hue angle of 143.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBBB is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 235 187 -
CMYK 0.33 0 0.20 0.08
HSL 143.08º 0.66% 0.77% -
HSV(B) 143.08º 0.33% 0.92% -
XYZ 52.58 70.17 57.79 -
YUV 206.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 157 235 187 0.33 0 0.20 0.08 143.08 0.66 0.77
Hex 9D EB BB 21 0 14 8 8F 42 4D
Octal 235 353 273 41 0 24 10 217 102 115
Binary 10011101 11101011 10111011 100001 0 10100 1000 10001111 1000010 1001101

Color Harmonies of #9DEBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBBB

Black with #9DEBBB

Text Example


Text Example

White with #9DEBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,235,187); }

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

background-color css

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

 a { background-color: rgb(157,235,187); }

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

border-color css

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

 span { border-color: rgb(157,235,187); }

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