#96CDB8

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

Shades of Vista Blue #96CDB8

Tints of Vista Blue #96CDB8

Color information

#96CDB8 (or 0x96CDB8) is unknown color: approx Vista Blue. HEX triplet: 96, CD and B8. RGB value is (150,205,184). Sum of RGB (Red+Green+Blue) = 150+205+184=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #96CDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDB8 is #693247. Grayscale: #BABABA. Windows color (decimal): -6894152 or 12111254. OLE color: 12111254.

HSL color Cylindrical-coordinate representation of color #96CDB8: hue angle of 157.09º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CDB8 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB150205184-
CMYK0.2700.100.20
HSL157.09º35.48%69.61%-
HSV(B)157.09º26.83%80.39%-
XYZ43.0653.6153.43-
YUV186.16126.78102.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=27.83%
G=38.03%
B=34.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502051840.2700.100.20157.0935.4869.61
Hex96CDB81B0A149d2346
Octal226315270330122423543106
Binary100101101100110110111000110110101010100100111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CDB8; }

 p { color: rgb(150,205,184); }

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

<style>
 a { background-color: #96CDB8; }

 a { background-color: rgb(150,205,184); }

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

<style>
 span { border-color: #96CDB8; }

 span { border-color: rgb(150,205,184); }

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