#9ACCAD

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

Shades of Vista Blue #9ACCAD

Tints of Vista Blue #9ACCAD

Color information

#9ACCAD (or 0x9ACCAD) is unknown color: approx Vista Blue. HEX triplet: 9A, CC and AD. RGB value is (154,204,173). Sum of RGB (Red+Green+Blue) = 154+204+173=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACCAD is #653352. Grayscale: #B9B9B9. Windows color (decimal): -6632275 or 11390106. OLE color: 11390106.

HSL color Cylindrical-coordinate representation of color #9ACCAD: hue angle of 142.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACCAD is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB154204173-
CMYK0.2500.150.2
HSL142.8º32.89%70.2%-
HSV(B)142.8º24.51%80%-
XYZ42.4653.0747.54-
YUV185.52120.94105.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=29.00%
G=38.42%
B=32.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1542041730.2500.150.2142.832.8970.2
Hex9ACCAD190F148f2146
Octal232314255310172421741106
Binary100110101100110010101101110010111110100100011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,204,173); }

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

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

 a { background-color: rgb(154,204,173); }

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

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

 span { border-color: rgb(154,204,173); }

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