#9BDBC3

Color #9BDBC3 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #9BDBC3

Tints of Vista Blue #9BDBC3

Color information

#9BDBC3 (or 0x9BDBC3) is unknown color: approx Vista Blue. HEX triplet: 9B, DB and C3. RGB value is (155,219,195). Sum of RGB (Red+Green+Blue) = 155+219+195=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBC3 is #64243C. Grayscale: #C5C5C5. Windows color (decimal): -6562877 or 12835739. OLE color: 12835739.

HSL color Cylindrical-coordinate representation of color #9BDBC3: hue angle of 157.5º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBC3 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB155219195-
CMYK0.2900.110.14
HSL157.5º47.06%73.33%-
HSV(B)157.5º29.22%85.88%-
XYZ48.761.5760.95-
YUV197.13126.897.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.24%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=27.24%
G=38.49%
B=34.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191950.2900.110.14157.547.0673.33
Hex9BDBC31D0BE9e2f49
Octal233333303350131623657111
Binary10011011110110111100001111101010111110100111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,219,195); }

 H1.HeaderClassName
 {
   color: #9BDBC3;
 }
 .AnyTagClassName
 {
   color: #9BDBC3;
 }
</style>
background-color css

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

 a { background-color: rgb(155,219,195); }

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

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

 span { border-color: rgb(155,219,195); }

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