Html Css Color HEX #9BDEBC Vista Blue

📋 copy color: '#9BDEBC'

red 155 ◦ green 222 ◦ blue 188

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

Shades of Vista Blue #9BDEBC

Tints of Vista Blue #9BDEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.29%

 BLUE value IS 188 (73.83% from 255) = 33.27%

R = 27.43%
G = 39.29%
B = 33.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#9BDEBC (or 0x9BDEBC) is known color: Vista Blue. HEX triplet: 9B, DE and BC. RGB value is (155,222,188). Sum of RGB (Red+Green+Blue) = 155+222+188=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDEBC is #642143. Grayscale: #C6C6C6. Windows color (decimal): -6562116 or 12377755. OLE color: 12377755.

HSL color Cylindrical-coordinate representation of color #9BDEBC: hue angle of 149.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDEBC is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 222 188 -
CMYK 0.30 0 0.15 0.13
HSL 149.55º 0.5% 0.74% -
HSV(B) 149.55º 0.3% 0.87% -
XYZ 48.72 62.84 57.14 -
YUV 198.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 155 222 188 0.30 0 0.15 0.13 149.55 0.5 0.74
Hex 9B DE BC 1E 0 F D 96 32 4A
Octal 233 336 274 36 0 17 15 226 62 112
Binary 10011011 11011110 10111100 11110 0 1111 1101 10010110 110010 1001010

Color Harmonies of #9BDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDEBC

Black with #9BDEBC

Text Example


Text Example

White with #9BDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,222,188); }

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

background-color css

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

 a { background-color: rgb(155,222,188); }

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

border-color css

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

 span { border-color: rgb(155,222,188); }

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